Retrieves the full path from the root feature name to the feature in which the validation warning or error occurred. The feature names are delimited by the forward slash (/) character. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim windowsFeatureValidationSubject1 As WindowsFeatureValidationSubject

Dim returnValue As String
returnValue = windowsFeatureValidationSubject1.Path

Syntax

Visual Basic
Public ReadOnly Property Path() As String
C#
public string Path {get;}
C++
public:
property String^ Path {
		String^ get();
}
J#
public System.String get_Path();
JScript
public function get Path() : String;

Property Value

The full path from the root feature name to the feature in which the validation warning or error occurred.

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