NodeImagesDescription.AliasProperty Property
Gets or sets the name of an object property that represents a property alias.
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.AliasProperty
instance.AliasProperty = value
Syntax
'Declaration
<XmlAttributeAttribute("AliasProperty")> _
Public Property AliasProperty As String
[XmlAttributeAttribute("AliasProperty")]
public string AliasProperty { get; set; }
[XmlAttributeAttribute(L"AliasProperty")]
public:
property String^ AliasProperty {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_AliasProperty ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_AliasProperty (String value)
DebuggerStepThroughAttribute
public function get AliasProperty () : String
DebuggerStepThroughAttribute
public function set AliasProperty (value : String)
Property Value
Name string.
Remarks
This property is used to look up the icon that is located in the assembly indicated by aliasResourceAssembly.
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
NodeImagesDescription.aliasResourceAssembly Field