MemberAttributeIdentifier.IsBlank 属性

Gets a value that indicates whether the identifier is blank.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
Public Overrides ReadOnly Property IsBlank As Boolean 
    Get
用法
Dim instance As MemberAttributeIdentifier 
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 identifier is blank; otherwise, false.

请参阅

参考

MemberAttributeIdentifier 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间