Click or drag to resize

ServiceConfigurationServerServiceId Property

Gets or sets the server service identifier, it is generated when the instance is initialized.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public Guid ServerServiceId { get; set; }

Property Value

Type: Guid
The server service identifier.
See Also