Retrieves the parent of the override. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim settingOverride1 As SettingOverride

Dim returnValue As SettingOverride
returnValue = settingOverride1.Parent

Dim sampleValue As SettingOverride
settingOverride1.Parent = sampleValue

Syntax

Visual Basic
Public Property Parent() As SettingOverride
C#
public SettingOverride Parent {get; set;}
C++
public:
property SettingOverride^ Parent {
		SettingOverride^ get();
protected:
		void set(SettingOverride^ value);
}
J#
public SettingOverride get_Parent();
public void set_Parent(SettingOverride);
JScript
public function get Parent() : SettingOverride;
public function set Parent(SettingOverride);

Property Value

The parent of the override or null for top-level SettingOverride.

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 XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also