Identifier.IsIdBlank Property

 

Gets a value that indicates whether the identifier is blank (empty).

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

public bool IsIdBlank { get; }
public:
property bool IsIdBlank {
    bool get();
}
member IsIdBlank : bool with get
Public ReadOnly Property IsIdBlank As Boolean

Property Value

Type: System.Boolean

true if the identifier is blank (empty); otherwise, false.

See Also

Identifier Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top