Propriété ClientCodeGenerationOptions.ClientProjectPath
Obtient ou définit le chemin d'accès complet au fichier projet du client.
Espace de noms: Microsoft.ServiceModel.DomainServices.Tools
Assembly : Microsoft.ServiceModel.DomainServices.Tools (dans microsoft.servicemodel.domainservices.tools.dll)
Utilisation
'Utilisation
Dim instance As ClientCodeGenerationOptions
Dim value As String
value = instance.ClientProjectPath
instance.ClientProjectPath = value
Syntaxe
'Déclaration
Public Property ClientProjectPath As String
public string ClientProjectPath { get; set; }
public:
property String^ ClientProjectPath {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_ClientProjectPath ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ClientProjectPath (String value)
CompilerGeneratedAttribute
public function get ClientProjectPath () : String
CompilerGeneratedAttribute
public function set ClientProjectPath (value : String)
Valeur de propriété
Valeur qui contient le chemin d'accès complet au fichier projet du client.
Sécurité des threads
Tous les membres publics statiques (Partagés dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000
Plateformes cibles
Voir aussi
Référence
Classe ClientCodeGenerationOptions
Membres ClientCodeGenerationOptions
Espace de noms Microsoft.ServiceModel.DomainServices.Tools