SearchActionEventArgs.Result Property
Gets the node that should be selected by default as the result of the search action.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property Result As TypeNode
public TypeNode Result { get; private set; }
public:
property TypeNode^ Result {
TypeNode^ get ();
void set (TypeNode^ value);
}
public function get Result () : TypeNode
public function set Result (value : TypeNode)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace