LinkEntity.EntityAlias Property

Definition

Gets or sets the alias for the related table.

public:
 property System::String ^ EntityAlias { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string EntityAlias { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.EntityAlias : string with get, set
Public Property EntityAlias As String

Property Value

The alias for the related table.

Attributes

Applies to