Indicates the clipboard formats that this node can accept when the drag source is a separate running Configuration Manager 2007 console. The allowable clipboard formats are stored in a System.Collections.Generic.List object. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As RootNodeDescription
Dim value As List(Of String)

value = instance.unrestrictedClipboardFormats

instance.unrestrictedClipboardFormats = value

Syntax

Visual Basic
<XmlArrayAttribute("UnrestrictedClipboardFormats", IsNullable:=False)> _
Public unrestrictedClipboardFormats As List(Of String)
C#
[XmlArrayAttribute("UnrestrictedClipboardFormats", IsNullable=false)] 
public List<string> unrestrictedClipboardFormats
C++
[XmlArrayAttribute(L"UnrestrictedClipboardFormats", IsNullable=false)] 
public:
List<String^>^ unrestrictedClipboardFormats
J#
/** @attribute XmlArrayAttribute("UnrestrictedClipboardFormats", IsNullable=false) */ 
public List<String> unrestrictedClipboardFormats
JScript
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