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 restricted clipboard formats for the console root.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ConsoleRootDescription
Dim value As List(Of String)
value = instance.restrictedClipboardFormats
instance.restrictedClipboardFormats = value
Syntax
'Declaration
<XmlArrayAttribute("RestrictedClipboardFormats", IsNullable:=False)> _
Public restrictedClipboardFormats As List(Of String)
[XmlArrayAttribute("RestrictedClipboardFormats", IsNullable=false)]
public List<string> restrictedClipboardFormats
[XmlArrayAttribute(L"RestrictedClipboardFormats", IsNullable=false)]
public:
List<String^>^ restrictedClipboardFormats
/** @attribute XmlArrayAttribute("RestrictedClipboardFormats", IsNullable=false) */
public List<String> restrictedClipboardFormats
XmlArrayAttribute("RestrictedClipboardFormats", IsNullable=false)
public var restrictedClipboardFormats : List<String>
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ConsoleRootDescription Class
ConsoleRootDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace