共用方式為


Identifier.IsBlank 屬性

Gets a value that indicates whether all properties of the identifier are blank.

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

語法

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

屬性值

型別:System.Boolean
true if all properties of the identifier are blank; otherwise, false.

請參閱

參考

Identifier 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間