Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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