AbstractMetadataApplicationName Property  | 
 
            Level 1 description of a service, in which the application/system it belongs
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic string ApplicationName { get; set; }Public Property ApplicationName As String
	Get
	Set
public:
property String^ ApplicationName {
	String^ get ();
	void set (String^ value);
}member ApplicationName : string with get, set
Property Value
Type: 
String
See Also