Column value (id). Obsolete. Use .Id instead.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
[ObsoleteAttribute("Use .Id instead.")] public string Value { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Use .Id instead.")> _ Public Property Value As String Get Set |
Visual C++ |
---|
public: [ObsoleteAttribute(L"Use .Id instead.")] property String^ Value { String^ get (); void set (String^ value); } |