Retrieves the subject object against which the warning or error is found. It is null if validation passes or no subject object information is available. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim cpiResult1 As CpiResult

Dim returnValue As Object
returnValue = cpiResult1.Subject

Syntax

Visual Basic
Public ReadOnly Property Subject() As Object
C#
public object Subject {get;}
C++
public:
property Object^ Subject {
		Object^ get();
}
J#
public System.Object get_Subject();
JScript
public function get Subject() : Object;

Property Value

The subject object against which the warning or error is found.

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