SelectionData.SharedData Property

 

Gets or sets the user-specified writable published data for this selection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public WritableSharedData SharedData { get; set; }
public:
property WritableSharedData^ SharedData {
    WritableSharedData^ get();
    void set(WritableSharedData^ value);
}
member SharedData : WritableSharedData with get, set
Public Property SharedData As WritableSharedData

Property Value

Type: Microsoft.ManagementConsole.WritableSharedData

The shared data

See Also

SelectionData Class
Microsoft.ManagementConsole Namespace

Return to top