SenderTypeFlags Enumeration
Defines sender type flags. The values correspond to the values for the Flags property in the Configuration Manager 2007 site configuration SMS_SIIB_SenderType Server WMI Class.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As SenderTypeFlags
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration SenderTypeFlags
[FlagsAttribute]
public enum SenderTypeFlags
[FlagsAttribute]
public enum class SenderTypeFlags
/** @attribute FlagsAttribute() */
public enum SenderTypeFlags
FlagsAttribute
public enum SenderTypeFlags
Members
Member name | Description |
---|---|
AllowAdd | See the ALLOW_ADD value for Flags in SMS_SIIB_SenderType Server WMI Class. |
AllowDelete | See the ALLOW_DELETE value for Flags in SMS_SIIB_SenderType Server WMI Class. |
AllowModify | See the ALLOW_MODIFY value for Flags in SMS_SIIB_SenderType 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_SenderType Server WMI Class
Configuration Manager Site Configuration Server WMI Classes