| InSiteXsltExtensionTrees Property |
[Missing <summary> documentation for "P:Activsoft.InSite.InSiteXsltExtension.Trees"]
Namespace: Activsoft.InSiteAssembly: Activsoft.InSite (in Activsoft.InSite.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Dictionary<string, Tree> Trees { get; }Public ReadOnly Property Trees As Dictionary(Of String, Tree)
Get
public:
property Dictionary<String^, Tree^>^ Trees {
Dictionary<String^, Tree^>^ get ();
}member Trees : Dictionary<string, Tree> with get
Property Value
Type:
DictionaryString,
Tree
See Also