Freigeben über


AssemblyDescription.OverridingPropertyName Property

Gets or sets the name of the overriding property to be called within the assembly.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As AssemblyDescription
Dim value As String

value = instance.OverridingPropertyName

instance.OverridingPropertyName = value

Syntax

'Declaration
<XmlElementAttribute("OverridingPropertyName")> _
Public Property OverridingPropertyName As String
[XmlElementAttribute("OverridingPropertyName")] 
public string OverridingPropertyName { get; set; }
[XmlElementAttribute(L"OverridingPropertyName")] 
public:
property String^ OverridingPropertyName {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_OverridingPropertyName ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_OverridingPropertyName (String value)
DebuggerStepThroughAttribute 
public function get OverridingPropertyName () : String

DebuggerStepThroughAttribute 
public function set OverridingPropertyName (value : String)

Property Value

Property 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

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