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.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Identifier As TIdType
Get
Set
'Usage
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)
Property Value
Type: TIdType
The identifier.
See Also
Reference
MdmDataContract<TIdType> Class
Microsoft.MasterDataServices.Services.DataContracts Namespace