다음을 통해 공유


MetadataAttribute.InputMaskId 속성

Gets or sets the input mask ID.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property InputMaskId As Identifier
    Get
    Set
‘사용 방법
Dim instance As MetadataAttribute
Dim value As Identifier

value = instance.InputMaskId

instance.InputMaskId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier InputMaskId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ InputMaskId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member InputMaskId : Identifier with get, set
function get InputMaskId () : Identifier
function set InputMaskId (value : Identifier)

속성 값

유형: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.

참고 항목

참조

MetadataAttribute 클래스

Microsoft.MasterDataServices 네임스페이스