WorkflowCompilerOptionsService.RootNamespace Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'espace de noms racine pour l'environnement.
public:
virtual property System::String ^ RootNamespace { System::String ^ get(); };
public virtual string RootNamespace { get; }
member this.RootNamespace : string
Public Overridable ReadOnly Property RootNamespace As String
Valeur de propriété
Espace de noms racine pour l'environnement.
Implémente
Remarques
L'implémentation par défaut retourne la valeur String.Empty
.