Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the default enterprise base calendar for the project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property CAL_NAME As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String
value = instance.CAL_NAME
instance.CAL_NAME = value
public string CAL_NAME { get; set; }
Property value
Type: System.String
Remarks
Read-only. Project Server Interface (PSI) methods that read a ProjectDataSet object return CAL_NAME; methods that use a ProjectDataSet object to create or update a project ignore CAL_NAME.
See also
Reference
ProjectDataSet.ProjectRow class