This document is archived and information here might be outdated. Recommended version. |
GUID of the topology rule.
[Visual Basic .NET]
Public ReadOnly Property GUID As String
[C#]
public string GUID {get;}
[C++]
HRESULT get_GUID(
System.String* GUID
);
[C++] Parameters GUID [out, retval]
GUID is a parameter of type BSTR*
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.