Share via


ComContractElement.Namespace Propiedad

Definición

Obtiene o establece el espacio de nombres del contrato.

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("namespace", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)]
[System.Configuration.StringValidator(MinLength=0)]
public string Namespace { get; set; }
[<System.Configuration.ConfigurationProperty("namespace", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Namespace : string with get, set
Public Property Namespace As String

Valor de propiedad

El espacio de nombres de contrato.

Atributos

Se aplica a