Microsoft.Windows.ServiceControlManager.StartupTypeDefinitionsSchema (SchemaType)

Element properties:

AccessibilityInternal

Source Code:

<SchemaType ID="Microsoft.Windows.ServiceControlManager.StartupTypeDefinitionsSchema" Accessibility="Internal">
<xsd:simpleType name="WindowsServiceStartupType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Auto"/>
<xsd:enumeration value="Demand"/>
<xsd:enumeration value="Disabled"/>
</xsd:restriction>
</xsd:simpleType>
</SchemaType>