AttachedParameterInfoExpression Property  | 
 
            Gets or sets the bridge expression associated with the attached parameter.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string Expression { get; set; }Public Property Expression As String
	Get
	Set
public:
property String^ Expression {
	String^ get ();
	void set (String^ value);
}member Expression : string with get, set
Property Value
Type: 
String
See Also