Gets the system-defined unique identifier of this BusinessRule.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public string Id { get; }
Visual Basic (Declaration)
Public ReadOnly Property Id As String
Visual C++
public:
property String^ Id {
	String^ get ();
}

Remarks

This value is same as the value of the DGraph.SeeAlsoMerchId property.

See Also