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

public override bool IsBlank { get; }
public:
property bool IsBlank {
    virtual bool get() override;
}
override IsBlank : bool with get
Public Overrides ReadOnly Property IsBlank As Boolean

Property Value

Type: System.Boolean

true if all the properties of the identifier are blank; otherwise, false.

See Also

DerivedHierarchyContextIdentifier Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top