Partager via


NodeImagesDescription.ImageResourceName Property

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

'Usage
Dim instance As NodeImagesDescription
Dim value As String

value = instance.ImageResourceName

instance.ImageResourceName = value

Syntax

'Declaration
<XmlElementAttribute("ImageResourceName", IsNullable:=False)> _
Public Property ImageResourceName As String
[XmlElementAttribute("ImageResourceName", IsNullable=false)] 
public string ImageResourceName { get; set; }
[XmlElementAttribute(L"ImageResourceName", IsNullable=false)] 
public:
property String^ ImageResourceName {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_ImageResourceName ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ImageResourceName (String value)
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

Reference

NodeImagesDescription Class
NodeImagesDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace