AddressTypeFlags Enumeration
Defines address type flags. The flags correspond to the values for the Flags property in the Configuration Manager 2007 site configuration SMS_SIIB_AddressType Server WMI Class.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As AddressTypeFlags
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AddressTypeFlags
[FlagsAttribute]
public enum AddressTypeFlags
[FlagsAttribute]
public enum class AddressTypeFlags
/** @attribute FlagsAttribute() */
public enum AddressTypeFlags
FlagsAttribute
public enum AddressTypeFlags
Members
Member name | Description |
---|---|
AllowAdd | See the ALLOW_ADD value for Flags in SMS_SIIB_AddressType Server WMI Class. |
AllowDelete | See the ALLOW_DELETE value for Flags in SMS_SIIB_AddressType Server WMI Class. |
AllowModify | See the ALLOW_MODIFY value for Flags in SMS_SIIB_AddressType Server WMI Class. |
AllowRateLimiting | See the ALLOW_RATE_LIMITING value for Flags in SMS_SIIB_AddressType Server WMI Class. |
AllowSchedule | See the ALLOW_SCHEDULE value for Flags in SMS_SIIB_AddressType Server WMI Class. |
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
Microsoft.ConfigurationManagement.ManagementProvider Namespace
Other Resources
SMS_SIIB_AddressType Server WMI Class
Configuration Manager Site Configuration Server WMI Classes