Condividi tramite


VersionsDataSet.Versions property

Specifies the Project Professional build numbers that may be allowed to connect to the server.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Versions As VersionsDataSet.VersionsDataTable
    Get
'Usage
Dim instance As VersionsDataSet
Dim value As VersionsDataSet.VersionsDataTable

value = instance.Versions
[BrowsableAttribute(false)]
public VersionsDataSet.VersionsDataTable Versions { get; }

Property value

Type: WebSvcAdmin.VersionsDataSet.VersionsDataTable

Remarks

Versions older than the specified versions will not be able to connect to the server.

See also

Reference

VersionsDataSet class

VersionsDataSet members

WebSvcAdmin namespace