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

Visual Basic
Dim instance As NodeImagesDescription
Dim value As String

value = instance.AliasProperty

instance.AliasProperty = value

Syntax

Visual Basic
<XmlAttributeAttribute("AliasProperty")> _
Public Property AliasProperty As String
C#
[XmlAttributeAttribute("AliasProperty")] 
public string AliasProperty { get; set; }
C++
[XmlAttributeAttribute(L"AliasProperty")] 
public:
property String^ AliasProperty {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_AliasProperty ()

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