StartServiceSimulationTestStepServiceStrongName Property |
Gets or sets the unique identifier of the service stub.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public Guid ServiceStrongName { get; set; }
<DataMemberAttribute>
Public Property ServiceStrongName As Guid
Get
Set
public:
[DataMemberAttribute]
property Guid ServiceStrongName {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute>]
member ServiceStrongName : Guid with get, set
Property Value
Type:
Guid
The service stub identifier.
See Also