Gets or sets the name of the image that is used for the scope node
state.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As NodeImagesDescription
Dim value As String
value = instance.ImageResourceName
instance.ImageResourceName = value
|
Syntax
Visual Basic |
<XmlElementAttribute("ImageResourceName", IsNullable:=False)> _
Public Property ImageResourceName As String
|
C# |
[XmlElementAttribute("ImageResourceName", IsNullable=false)]
public string ImageResourceName { get; set; }
|
C++ |
[XmlElementAttribute(L"ImageResourceName", IsNullable=false)]
public:
property String^ ImageResourceName {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_ImageResourceName ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ImageResourceName (String value)
|
JScript |
DebuggerStepThroughAttribute
public function get ImageResourceName () : String
DebuggerStepThroughAttribute
public function set ImageResourceName (value : String)
|
Property Value
Image resource name string.
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