SmsPageData.SelectionSharedData Property
Gets or sets shared data that is sent when the dialog box is launched as a result of a clipboard operation.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageData
Dim value As SharedData
value = instance.SelectionSharedData
instance.SelectionSharedData = value
Syntax
'Declaration
Public Property SelectionSharedData As SharedData
public SharedData SelectionSharedData { get; set; }
public:
property SharedData^ SelectionSharedData {
SharedData^ get ();
void set (SharedData^ value);
}
/** @property */
public SharedData get_SelectionSharedData ()
/** @property */
public void set_SelectionSharedData (SharedData value)
public function get SelectionSharedData () : SharedData
public function set SelectionSharedData (value : SharedData)
Property Value
Microsoft.ManagementConsole.SharedData object.
Remarks
Shared data includes the relative paths of selected items.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsPageData Class
SmsPageData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace