Compartir a través de


MemberAttributeIdentifier.IsBlank Propiedad

Gets a value that indicates whether the identifier is blank.

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property IsBlank As Boolean 
    Get
'Uso
Dim instance As MemberAttributeIdentifier 
Dim value As Boolean 

value = instance.IsBlank
public override bool IsBlank { get; }
public:
virtual property bool IsBlank {
    bool get () override;
}
abstract IsBlank : bool 
override IsBlank : bool
override function get IsBlank () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the identifier is blank; otherwise, false.

Vea también

Referencia

MemberAttributeIdentifier Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts