GraphSetter::Expression Property

 

The original expression compiled to generate the value.

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property String^ Expression {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns String.

Return to top
Show: