Indicates a System.Collections.Generic.List object that represents
strings for the restricted clipboard formats for the query.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As QueryDescription
Dim value As List(Of String)
value = instance.restrictedClipboardFormats
instance.restrictedClipboardFormats = value
|
Syntax
Visual Basic |
<XmlArrayAttribute("RestrictedClipboardFormats", IsNullable:=False)> _
Public restrictedClipboardFormats As List(Of String)
|
C# |
[XmlArrayAttribute("RestrictedClipboardFormats", IsNullable=false)]
public List<string> restrictedClipboardFormats
|
C++ |
[XmlArrayAttribute(L"RestrictedClipboardFormats", IsNullable=false)]
public:
List<String^>^ restrictedClipboardFormats
|
J# |
/** @attribute XmlArrayAttribute("RestrictedClipboardFormats", IsNullable=false) */
public List<String> restrictedClipboardFormats
|
JScript |
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