Partager via


Propriété MdmDataContract<TIdType>.Identifier

Gets or sets the identifier.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Identifier As TIdType
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : TIdType
The identifier.

Voir aussi

Référence

MdmDataContract<TIdType> Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts