Gets or sets the application type for which the initializer is used. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As InitializerAttribute
Dim value As ApplicationType

value = instance.SupportedApplicationTypes

instance.SupportedApplicationTypes = value

Syntax

Visual Basic
Public Property SupportedApplicationTypes As ApplicationType
C#
public ApplicationType SupportedApplicationTypes { get; set; }
C++
public:
property ApplicationType SupportedApplicationTypes {
		ApplicationType get ();
		void set (ApplicationType value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public ApplicationType get_SupportedApplicationTypes ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SupportedApplicationTypes (ApplicationType value)
JScript
DebuggerStepThroughAttribute 
public function get SupportedApplicationTypes () : ApplicationType

DebuggerStepThroughAttribute 
public function set SupportedApplicationTypes (value : ApplicationType)

Property Value

InitializerAttribute.ApplicationType enumeration value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also