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

Usage

Visual Basic
Dim answerFileSettingOverride1 As AnswerFileSettingOverride

Dim returnValue As AnswerFileSettingOverride
returnValue = answerFileSettingOverride1.Parent

Syntax

Visual Basic
Public Shadows ReadOnly Property Parent() As AnswerFileSettingOverride
C#
public new AnswerFileSettingOverride Parent {get;}
C++
public:
property AnswerFileSettingOverride^ Parent {
		AnswerFileSettingOverride^ get();
}
J#
public AnswerFileSettingOverride get_Parent();
JScript
public hide function get Parent() : AnswerFileSettingOverride;

Property Value

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

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