SoapServerServiceServiceCategory Property |
Gets or sets the service category.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string ServiceCategory { get; set; }
Public Property ServiceCategory As String
Get
Set
public:
property String^ ServiceCategory {
String^ get ();
void set (String^ value);
}
member ServiceCategory : string with get, set
Property Value
Type:
String
The service category.
See Also