Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets or sets the GUID or the exact name of the model.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property ModelId As Identifier
Get
Set
'Usage
Dim instance As EntityMemberAnnotationsCreateRequest
Dim value As Identifier
value = instance.ModelId
instance.ModelId = value
[MessageBodyMemberAttribute]
public Identifier ModelId { get; set; }
[MessageBodyMemberAttribute]
public:
property Identifier^ ModelId {
Identifier^ get ();
void set (Identifier^ value);
}
[<MessageBodyMemberAttribute>]
member ModelId : Identifier with get, set
function get ModelId () : Identifier
function set ModelId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Identifier.
See Also
Reference
EntityMemberAnnotationsCreateRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace