Compartir a través de


Remove Propiedad

Gets or sets a value indicating whether to remove a collection.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Remove As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Boolean
true to remove the collection; otherwise, false.