Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the identifier of the input mask.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property InputMaskId As Identifier
Get
Set
'Usage
Dim instance As MetadataAttribute
Dim value As Identifier
value = instance.InputMaskId
instance.InputMaskId = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Identifier InputMaskId { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Identifier^ InputMaskId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member InputMaskId : Identifier with get, set
function get InputMaskId () : Identifier
function set InputMaskId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the input mask.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace