XrmAttributeExpression.Alias Property

Definition

Gets or sets the alias for the column to return.

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

Property Value

The alias for the column to return.

Attributes

Applies to