Propriedade do RDL Identifier.IsBlank
Gets a value that indicates whether all properties of the identifier are blank.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property IsBlank As Boolean
Get
'Uso
Dim instance As Identifier
Dim value As Boolean
value = instance.IsBlank
public virtual bool IsBlank { get; }
public:
virtual property bool IsBlank {
bool get ();
}
abstract IsBlank : bool
override IsBlank : bool
function get IsBlank () : boolean
Valor da propriedade
Tipo: System.Boolean
true if all properties of the identifier are blank; otherwise, false.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts