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
|
Return Value
Type:
ObjectThe resulting projection information; otherwise, a null reference (
Nothing in Visual Basic) if the protocol was not found.
Remarks
See Also