Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.