ServiceClientServiceId Property |
Gets or sets the client service identifier. it is generated once when the instance is initialized.
If the service has multiple Endpoints or Service Contracts, then the Identifier will be generated according to this ServiceId and the Contract Name
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public Guid ClientServiceId { get; set; }
<DataMemberAttribute>
Public Property ClientServiceId As Guid
Get
Set
public:
[DataMemberAttribute]
property Guid ClientServiceId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute>]
member ClientServiceId : Guid with get, set
Property Value
Type:
Guid
The client service identifier.
See Also