Name Property (HolidayStyle)
Gets or sets the name of the
HolidayStyle.
public string Name {get; set;}
'Declaration
Public Property Name As String
'Usage
Dim instance As HolidayStyle
Dim value As String
instance.Name = value
value = instance.Name
Property Value
The
System.String value that indicates the name of the
HolidayStyle.