Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the published data for the primary sheet.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public SharedData SharedData { get; }
public:
property SharedData^ SharedData {
SharedData^ get();
}
member SharedData : SharedData with get
Public ReadOnly Property SharedData As SharedData
Property Value
Type: Microsoft.ManagementConsole.SharedData
The published data.
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.
See Also
PropertySheetExtension Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top