Gets the type_name.

Namespace:  C1.Web.UI.Controls.C1Schedule.C1WebDataStorage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true)]
public string type_name { get; }
Visual Basic
<JsonAttribute(True)> _
Public ReadOnly Property type_name As String
	Get

Field Value

The type_name.

See Also