IsBlank 속성
Gets a value indicating whether all properties of the Identifier are blank.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.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 properties of the Identifier are blank; otherwise, false.