CalendarDataSet.CalendarsRow.CAL_NAME Property
Retrieves the full name of the calendar.
Namespace: [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl
Syntax
'Declaration
Public Property CAL_NAME As String
Get
Set
'Usage
Dim instance As CalendarDataSet.CalendarsRow
Dim value As String
value = instance.CAL_NAME
instance.CAL_NAME = value
public string CAL_NAME { get; set; }
Property Value
Type: System.String
Returns String.
See Also
Reference
CalendarDataSet.CalendarsRow Class