GUID of the topology rule.
[Visual Basic .NET] Public ReadOnly Property GUID As String
[C#] public string GUID {get;}
[C++]
HRESULT get_GUID(
BSTR* GUID
);
[C++]Parameters
GUID [out, retval] GUID is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Each topology rule is uniquely identified by a GUID. It is assigned when the rule is added to the topology using ITopologyRuleContainer::AddRule. The GUID can be used to get the topology rule using ITopologyRuleContainer::RulebyGUID.