Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates true if the page XML data supports multiple selections.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageXmlData
Dim value As Boolean
value = instance.MultiSelection
instance.MultiSelection = value
Syntax
'Declaration
<XmlAttributeAttribute("MultiSelection")> _
<DefaultValueAttribute(False)> _
Public MultiSelection As Boolean
[XmlAttributeAttribute("MultiSelection")]
[DefaultValueAttribute(false)]
public bool MultiSelection
[XmlAttributeAttribute(L"MultiSelection")]
[DefaultValueAttribute(false)]
public:
bool MultiSelection
/** @attribute XmlAttributeAttribute("MultiSelection") */
/** @attribute DefaultValueAttribute(false) */
public boolean MultiSelection
XmlAttributeAttribute("MultiSelection")
DefaultValueAttribute(false)
public var MultiSelection : boolean
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsPageXmlData Class
SmsPageXmlData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace