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

Visual Basic
Dim instance As SmsPageData
Dim value As SharedData

value = instance.SelectionSharedData

instance.SelectionSharedData = value

Syntax

Visual Basic
Public Property SelectionSharedData As SharedData
C#
public SharedData SelectionSharedData { get; set; }
C++
public:
property SharedData^ SelectionSharedData {
		SharedData^ get ();
		void set (SharedData^ value);
}
J#
/** @property */
public SharedData get_SelectionSharedData ()

/** @property */
public void set_SelectionSharedData (SharedData value)
JScript
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