Zdieľať cez


GetValidReferencingEntitiesRequest.ReferencedEntityName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the name of the entity that would be the primary entity in the relationship. Optional.

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

Syntax

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

Property Value

Type: System.String

Type: String
The name of the entity that would be the primary entity in the relationship. Optional.

See Also

GetValidReferencingEntitiesRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright