共用方式為


IsBlank 屬性

Gets or sets a value indicating whether the context identifier is blank.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
Public Overrides ReadOnly Property IsBlank As Boolean
    Get
'用途
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

屬性值

型別:System. . :: . .Boolean
true if the context identifier is blank; otherwise, false.