CreateOneToManyRequest.OneToManyRelationship Property
Applies To: Dynamics CRM 2015
Gets or sets the metadata for the relationship. Required.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public OneToManyRelationshipMetadata OneToManyRelationship { get; set; }
public:
property OneToManyRelationshipMetadata^ OneToManyRelationship {
OneToManyRelationshipMetadata^ get();
void set(OneToManyRelationshipMetadata^ value);
}
member OneToManyRelationship : OneToManyRelationshipMetadata with get, set
Public Property OneToManyRelationship As OneToManyRelationshipMetadata
Property Value
Type: Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata
Type: OneToManyRelationshipMetadata
The metadata for the relationship. Required.
See Also
CreateOneToManyRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright