ExpressionPrefixAttribute.ExpressionPrefix Property

Definition

Gets the prefix value for the current ExpressionBuilder object.

public:
 property System::String ^ ExpressionPrefix { System::String ^ get(); };
public string ExpressionPrefix { get; }
member this.ExpressionPrefix : string
Public ReadOnly Property ExpressionPrefix As String

Property Value

The expression prefix for the configured ExpressionBuilder.

Remarks

Use the ExpressionPrefix property to retrieve the name of the prefix that is associated with a given attribute.

Applies to

See also