CalendarDataSet.CalendarExceptionsRow.Name property
Especifica o nome da exceção do calendário.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property Name As String
Get
Set
'Uso
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property value
Type: System.String
Retorna String.
Ver também
Referência
CalendarDataSet.CalendarExceptionsRow class