Partager via


ServiceKnownTypeAttribute.MethodName Propriété

Définition

Obtient le nom d'une méthode qui retourne la collection de types connus.

public:
 property System::String ^ MethodName { System::String ^ get(); };
public string MethodName { get; }
member this.MethodName : string
Public ReadOnly Property MethodName As String

Valeur de propriété

String

Nom de la méthode qui retourne les types connus.

Remarques

Il MethodName doit s’agir du nom d’une méthode sur le type spécifié par la DeclaringType propriété.

S’applique à