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