ComContractElement.Namespace Vlastnost

Definice

Získá nebo nastaví obor názvů kontraktu.

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

Hodnota vlastnosti

Obor názvů kontraktu.

Atributy

Platí pro