This property must be initialized in the constructor of derived class and must be given a fixed GUID.
the GUID must be a constant in code, and should not equals to any other classes derived from AbstractService.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public Guid Id { get; set; }
<DataMemberAttribute>
Public Property Id As Guid
Get
Set
public:
[DataMemberAttribute]
property Guid Id {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute>]
member Id : Guid with get, set
Property Value
Type:
GuidSee Also