SmsPageData.NodeDescription Property
Gets or sets the active node description.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageData
Dim value As Object
value = instance.NodeDescription
instance.NodeDescription = value
Syntax
'Declaration
Public Property NodeDescription As Object
public Object NodeDescription { get; set; }
public:
property Object^ NodeDescription {
Object^ get ();
void set (Object^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public Object get_NodeDescription ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_NodeDescription (Object value)
DebuggerStepThroughAttribute
public function get NodeDescription () : Object
DebuggerStepThroughAttribute
public function set NodeDescription (value : Object)
Property Value
System.Object instance that represents the node description.
Remarks
This property can represent an instance of RootNodeDescription or of ConsoleRootDescription. Alternatively it can be null.
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
ConsoleRootDescription
RootNodeDescription