ServiceConfigurationName Property  | 
 
            Gets or sets the name of the service Endpoint
            
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public string Name { get; }<DataMemberAttribute>
Public ReadOnly Property Name As String
	Get
public:
[DataMemberAttribute]
property String^ Name {
	String^ get ();
}[<DataMemberAttribute>]
member Name : string with get
Property Value
Type: 
String
            The name.
            
See Also