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 ID of the model context.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Identifier As ModelContextIdentifier
Get
Set
'Usage
Dim instance As MdmDataContractOfModelContextIdentifier
Dim value As ModelContextIdentifier
value = instance.Identifier
instance.Identifier = value
[DataMemberAttribute(EmitDefaultValue = false)]
public ModelContextIdentifier Identifier { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ModelContextIdentifier^ Identifier {
ModelContextIdentifier^ get ();
void set (ModelContextIdentifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Identifier : ModelContextIdentifier with get, set
function get Identifier () : ModelContextIdentifier
function set Identifier (value : ModelContextIdentifier)
Property Value
Type: Microsoft.MasterDataServices.ModelContextIdentifier
A new instance of type Identifier.