TopologyConfiguration.IsTrusted(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if the specified GRUU is trusted in the topology.
public:
abstract bool IsTrusted(System::String ^ gruu);
public abstract bool IsTrusted (string gruu);
abstract member IsTrusted : string -> bool
Public MustOverride Function IsTrusted (gruu As String) As Boolean
Parameters
- gruu
- String
The GRUU to be checked.
Returns
True if gruu is trusted.