Share via


ScopeNode.SharedData Property

 

Gets the shared data for the scope node. Shared data is used to publish context to extension snap-ins.

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

Syntax

public WritableSharedData SharedData { get; }
public:
property WritableSharedData^ SharedData {
    WritableSharedData^ get();
}
member SharedData : WritableSharedData with get
Public ReadOnly Property SharedData As WritableSharedData

Property Value

Type: Microsoft.ManagementConsole.WritableSharedData

The shared data for the scope node.

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top