Share via


InitializerAttribute.SupportedApplicationTypes Property

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

'Usage
Dim instance As InitializerAttribute
Dim value As ApplicationType

value = instance.SupportedApplicationTypes

instance.SupportedApplicationTypes = value

Syntax

'Declaration
Public Property SupportedApplicationTypes As ApplicationType
public ApplicationType SupportedApplicationTypes { get; set; }
public:
property ApplicationType SupportedApplicationTypes {
    ApplicationType get ();
    void set (ApplicationType value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public ApplicationType get_SupportedApplicationTypes ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SupportedApplicationTypes (ApplicationType value)
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

Reference

InitializerAttribute Class
InitializerAttribute Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
InitializerAttribute.ApplicationType