AbstractServiceInformation Property  | 
 
            Gets or sets the information.
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic string Information { get; protected set; }Public Property Information As String
	Get
	Protected Set
public:
property String^ Information {
	String^ get ();
	protected: void set (String^ value);
}member Information : string with get, set
Property Value
Type: 
String
            The information.
            
See Also