Indicates whether the validation is successful. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim cpiResult1 As CpiResult

Dim returnValue As Boolean
returnValue = cpiResult1.Succeeded

Syntax

Visual Basic
Public Overridable ReadOnly Property Succeeded() As Boolean
C#
public virtual bool Succeeded {get;}
C++
public:
property virtual bool Succeeded {
		bool get();
}
J#
public boolean get_Succeeded();
JScript
public function get Succeeded() : Boolean;

Property Value

True if the validation is successful, false otherwise.

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