Claim.ToString Método

Definição

Retorna uma representação de cadeia de caracteres desse objeto Claim.Returns a string representation of this Claim object.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Retornos

String

Este objeto Claim.This Claim object.

Comentários

A cadeia de caracteres que é retornada contém os valores Right das ClaimType Propriedades e.The string that is returns contains the values of the Right and ClaimType properties.

Aplica-se a