DerivedHierarchyContextIdentifier.IsBlank Property
Gets a value that indicates whether all the properties of the identifier are blank.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsBlank As Boolean
Get
'Usage
Dim instance As DerivedHierarchyContextIdentifier
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
Property Value
Type: System.Boolean
true if all the properties of the identifier are blank; otherwise, false.
See Also
Reference
DerivedHierarchyContextIdentifier Class
Microsoft.MasterDataServices.Services.DataContracts Namespace