ButterflowOptionDescriptionValue Property  | 
  Gets or sets the description value. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string DescriptionValue { get; set; }Public Property DescriptionValue As String
	Get
	Set
public:
property String^ DescriptionValue {
	String^ get ();
	void set (String^ value);
}member DescriptionValue : string with get, set
Property Value
Type: 
String The description value. 
See Also