RetrieveRelationshipRequest.MetadataId Property
Applies To: Dynamics CRM 2015
Gets or sets the MetadataId of the RelationshipMetadataBase to be retrieved. Optional.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Guid MetadataId { get; set; }
public:
property Guid MetadataId {
Guid get();
void set(Guid value);
}
member MetadataId : Guid with get, set
Public Property MetadataId As Guid
Property Value
Type: System.Guid
Type: Guid
The MetadataId of the RelationshipMetadataBase to be retrieved. Optional.
Remarks
If the MetadataId is not set the Name must be set.
See Also
RetrieveRelationshipRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright