Jagamisviis:


LinkEntity.EntityAlias Property

 

Applies To: Dynamics CRM 2015

Gets or sets the alias for the entity.

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

Syntax

[DataMemberAttribute]
public string EntityAlias { get; set; }
public:
[DataMemberAttribute]
property String^ EntityAlias {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member EntityAlias : string with get, set
<DataMemberAttribute>
Public Property EntityAlias As String

Property Value

Type: System.String

Type: String
The alias for the entity.

See Also

LinkEntity Class
Microsoft.Xrm.Sdk.Query Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright