Share via


ReturnMessage.TypeName Propiedad

Definición

Obtiene el nombre del tipo desde el que se ha llamado al método remoto.

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

Valor de propiedad

Nombre del tipo de objeto remoto desde el que se ha llamado al método remoto.

Implementaciones

Atributos

Se aplica a