DomainConfigurationForestConfiguration Property |
Forest Configuration - A reference to a the parent Forest resource for this Domain.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic ForestConfiguration ForestConfiguration { get; set; }
Public Property ForestConfiguration As ForestConfiguration
Get
Set
public:
property ForestConfiguration^ ForestConfiguration {
ForestConfiguration^ get ();
void set (ForestConfiguration^ value);
}
member ForestConfiguration : ForestConfiguration with get, set
Property Value
Type:
ForestConfiguration
See Also