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

Visual Basic
Dim instance As SenderTypeFlags

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration SenderTypeFlags
C#
[FlagsAttribute] 
public enum SenderTypeFlags
C++
[FlagsAttribute] 
public enum class SenderTypeFlags
J#
/** @attribute FlagsAttribute() */ 
public enum SenderTypeFlags
JScript
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