The rule with the globally unique ID.
[Visual Basic 6.0] Property RuleByGUID(
ByVal GUID As String _
) As IRule
[Visual Basic .NET] Public Function get_RuleByGUID ( _ ByVal GUID As String _ ) As IRule
[C#] public IRule get_RuleByGUID ( string GUID );
[Java] public IRule getRuleByGUID ( String GUID )
[C++] HRESULT get_RuleByGUID( BSTR GUID, IRule** Rule );
Parameters
GUID [in]
GUID is a parameter of type BSTR
Rule [out, retval]
Rule is a parameter of type IRule
If a nonexistant or incorrect GUID is supplied, RuleByGUID will return an error
Returns the rule identified by the specified GUID. The GUID is generated after the topology is added to the topology using ITopologyRuleContainer::AddRule. The GUID can be returned from the ITopologyRule::GUID property.