PropertyTemplates Property
See Also 
SourceCode.Configuration Namespace > ConfigurationManager Class : PropertyTemplates Property



Glossary Item Box

Gets the property templates.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property PropertyTemplates As ApplicationPropertyTemplates
Visual Basic (Usage)Copy Code
Dim value As ApplicationPropertyTemplates
 
value = ConfigurationManager.PropertyTemplates
C# 
public static ApplicationPropertyTemplates PropertyTemplates {get;}
C++/CLI 
public:
static property ApplicationPropertyTemplates^ PropertyTemplates {
   ApplicationPropertyTemplates^ get();
}

Property Value

The property templates.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also