ComContractElement.Namespace Proprietà

Definizione

Ottiene o imposta lo spazio dei nomi del contratto.

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

Valore della proprietà

Spazio dei nomi del contratto.

Attributi

Si applica a