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 a System.Collections.Generic.List object that represents strings for the unrestricted clipboard formats for the query.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As QueryDescription
Dim value As List(Of String)
value = instance.unrestrictedClipboardFormats
instance.unrestrictedClipboardFormats = value
Syntax
'Declaration
<XmlArrayAttribute("UnrestrictedClipboardFormats", IsNullable:=False)> _
Public unrestrictedClipboardFormats As List(Of String)
[XmlArrayAttribute("UnrestrictedClipboardFormats", IsNullable=false)]
public List<string> unrestrictedClipboardFormats
[XmlArrayAttribute(L"UnrestrictedClipboardFormats", IsNullable=false)]
public:
List<String^>^ unrestrictedClipboardFormats
/** @attribute XmlArrayAttribute("UnrestrictedClipboardFormats", IsNullable=false) */
public List<String> unrestrictedClipboardFormats
XmlArrayAttribute("UnrestrictedClipboardFormats", IsNullable=false)
public var unrestrictedClipboardFormats : List<String>
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
QueryDescription Class
QueryDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace