Partager via


ComMethodElement.ExposedMethod Propriété

Définition

Obtient la méthode COM+ exposée lorsque l'interface sur un composant COM+ est exposée en tant que service Web.

public:
 property System::String ^ ExposedMethod { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("exposedMethod", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.StringValidator(MinLength=1)]
public string ExposedMethod { get; set; }
[<System.Configuration.ConfigurationProperty("exposedMethod", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.ExposedMethod : string with get, set
Public Property ExposedMethod As String

Valeur de propriété

String

Le nom de la méthode COM+ exposée lorsque l'interface sur un composant COM+ est exposée en tant que service Web.

Attributs

S’applique à