Name Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
Returns the name of the custom recurring function

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Name { get; }
Visual Basic
Public ReadOnly Property Name As String
	Get
Visual C++
public:
property String^ Name {
	String^ get ();
}

See Also