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

Visual Basic
Dim instance As AssemblyDescription
Dim value As String

value = instance.OverridingPropertyName

instance.OverridingPropertyName = value

Syntax

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

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