Udostępnij przez


Właściwość Collection.Remove

Pobiera lub ustawia wartość wskazującą, czy usunąć kolekcja.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property Remove As Boolean
    Get
    Set
'Użycie
Dim instance As Collection
Dim value As Boolean

value = instance.Remove

instance.Remove = value
[DataMemberAttribute]
public bool Remove { get; set; }
[DataMemberAttribute]
public:
property bool Remove {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member Remove : bool with get, set
function get Remove () : boolean
function set Remove (value : boolean)

Wartość właściwości

Typ: System.Boolean
TRUE w celu usunięcia kolekcja; w przeciwnym razie false.