Identifier.IsIdBlank 속성
Gets a value that indicates whether the identifier is blank (empty).
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
Public ReadOnly Property IsIdBlank As Boolean
Get
‘사용 방법
Dim instance As Identifier
Dim value As Boolean
value = instance.IsIdBlank
public bool IsIdBlank { get; }
public:
property bool IsIdBlank {
bool get ();
}
member IsIdBlank : bool
function get IsIdBlank () : boolean
속성 값
유형: System.Boolean
true if the identifier is blank (empty); otherwise, false.