ForestConfigurationTrustedForest Property |
Trusted Forest - The list of Forest resources which are trusted by this Forest and for which an Incoming Trust for this Forest has been configured in Active Directory.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<ForestConfiguration> TrustedForest { get; set; }
Public Property TrustedForest As List(Of ForestConfiguration)
Get
Set
public:
property List<ForestConfiguration^>^ TrustedForest {
List<ForestConfiguration^>^ get ();
void set (List<ForestConfiguration^>^ value);
}
member TrustedForest : List<ForestConfiguration> with get, set
Property Value
Type:
ListForestConfiguration
See Also