RetrieveRelationshipRequest.Name Property

 

Applies To: Dynamics CRM 2015

Gets or sets the unique name for the entity relationship to be retrieved. Optional.

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

Type: String 
The unique name for the entity relationship to be retrieved. Optional..

Remarks

If the Name is not set the MetadataId must be set.

See Also

RetrieveRelationshipRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright