ServiceConfigurationFriendlyName Property |
Gets the name of the contract.
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string FriendlyName { get; set; }
<DataMemberAttribute>
Public Property FriendlyName As String
Get
Set
public:
[DataMemberAttribute]
property String^ FriendlyName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member FriendlyName : string with get, set
Property Value
Type:
String
The name of the contract.
See Also