Gets or sets the active node description.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsPageData
Dim value As Object
value = instance.NodeDescription
instance.NodeDescription = value
|
Syntax
Visual Basic |
Public Property NodeDescription As Object
|
C# |
public Object NodeDescription { get; set; }
|
C++ |
public:
property Object^ NodeDescription {
Object^ get ();
void set (Object^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public Object get_NodeDescription ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_NodeDescription (Object value)
|
JScript |
DebuggerStepThroughAttribute
public function get NodeDescription () : Object
DebuggerStepThroughAttribute
public function set NodeDescription (value : Object)
|
Property Value
System.Object instance that represents the node description.
Remarks
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