AbstractAssertionId Property  | 
 
            Gets or sets the identifier of the assertion
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.Assertions
    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: 
Guid
            The identifier is initialized when the assertion is first initialized. it will not be changed.
            
See Also