Compartir a través de


MetadataAttribute.InputMaskId Propiedad

Gets or sets the identifier of the input mask.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property InputMaskId As Identifier 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the input mask.

Vea también

Referencia

MetadataAttribute Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts