SharedDataItemBase.ClipboardFormatId Property
Gets the string that specifies the clipboard format for the data item.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string ClipboardFormatId { get; }
public:
property String^ ClipboardFormatId {
String^ get();
}
member ClipboardFormatId : string with get
Public ReadOnly Property ClipboardFormatId As String
Property Value
Type: System.String
The string that specifies the clipboard format.
See Also
SharedDataItemBase Class
Microsoft.ManagementConsole Namespace
Return to top