ServiceConfigurationIsServer Property  | 
 
            If the service is used as Stub, to simulate web service and to be called.
            
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public bool IsServer { get; set; }<DataMemberAttribute>
Public Property IsServer As Boolean
	Get
	Set
public:
[DataMemberAttribute]
property bool IsServer {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute>]
member IsServer : bool with get, set
Property Value
Type: 
Boolean
See Also