MetadataAttribute.InputMaskId プロパティ

入力マスク 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
Identifier 型の新しいインスタンス。

関連項目

参照

MetadataAttribute クラス

Microsoft.MasterDataServices 名前空間