ArchivedProjectsDataSet.ProjectsRow.PROJ_VERSION_DESCRIPTION - Propriété
Spécifie la description qui est associée avec les données de projet archivé.
Espace de noms : WebSvcArchive
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property PROJ_VERSION_DESCRIPTION As String
Get
Set
'Utilisation
Dim instance As ArchivedProjectsDataSet.ProjectsRow
Dim value As String
value = instance.PROJ_VERSION_DESCRIPTION
instance.PROJ_VERSION_DESCRIPTION = value
public string PROJ_VERSION_DESCRIPTION { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
ArchivedProjectsDataSet.ProjectsRow classe