AbstractMetadataOperationName Property  | 
 
            An additional Level 4 description of a service, for a subservice or a subworkflow.
            Example: for a SOAP web service, it may contains more soap action for a single endpoint
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic string OperationName { get; set; }Public Property OperationName As String
	Get
	Set
public:
property String^ OperationName {
	String^ get ();
	void set (String^ value);
}member OperationName : string with get, set
Property Value
Type: 
String
See Also