Partilhar via


Propriedade do RDL MdmDataContract<TIdType>.Identifier

Gets or sets the identifier.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Identifier As TIdType
    Get 
    Set
'Uso
Dim instance As MdmDataContract 
Dim value As TIdType

value = instance.Identifier

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

Valor da propriedade

Tipo: TIdType
The identifier.

Consulte também

Referência

MdmDataContract<TIdType> Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts