CalendarDataSet.CalendarsRow.CAL_NAME property
Retrieves the full name of the calendar.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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