CalendarDataSet.CalendarsRow.CAL_NAME Property
Specifies the full name of the calendar.
Namespace: WebSvcCalendar
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
CalendarDataSet.CalendarsRow Class