Właściwość Collection.Remove
Pobiera lub ustawia wartość wskazującą, czy kolekcja zostanie usunięta.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.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 Jeśli kolekcja ma zostać usunięte; w przeciwnym razie false.
Zobacz także