ReturnMessage.TypeName Property

Definition

Gets the name of the type on which the remote method was called.

public:
 property System::String ^ TypeName { System::String ^ get(); };
public string TypeName { get; }
public string TypeName { [System.Security.SecurityCritical] get; }
member this.TypeName : string
[<get: System.Security.SecurityCritical>]
member this.TypeName : string
Public ReadOnly Property TypeName As String

Property Value

The type name of the remote object on which the remote method was called.

Implements

Attributes

Applies to