RasConnection.GetProjectionInfo Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Retrieves information about a remote access projection operation.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public Object GetProjectionInfo(
	RasProjectionType projectionType
)
Visual Basic
Public Function GetProjectionInfo ( 
	projectionType As RasProjectionType
) As Object
Visual C++
public:
Object^ GetProjectionInfo(
	RasProjectionType projectionType
)
F#
member GetProjectionInfo : 
        projectionType : RasProjectionType -> Object 

Parameters

projectionType
Type: DotRas..::..RasProjectionType
The protocol of interest.

Return Value

Type: Object
The resulting projection information; otherwise, a null reference (Nothing in Visual Basic) if the protocol was not found.

Remarks

The type of projection operation performed determines the type of object that is returned.

See Also