KaxTimePickerSharedCalendarID Property |
Note: This API is now obsolete.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[ObsoleteAttribute("Please don't touch SharedCalendarID property")]
public override string SharedCalendarID { get; set; }
<ObsoleteAttribute("Please don't touch SharedCalendarID property")>
Public Overrides Property SharedCalendarID As String
Get
Set
public:
[ObsoleteAttribute(L"Please don't touch SharedCalendarID property")]
virtual property String^ SharedCalendarID {
String^ get () override;
void set (String^ value) override;
}
[<ObsoleteAttribute("Please don't touch SharedCalendarID property")>]
abstract SharedCalendarID : string with get, set
[<ObsoleteAttribute("Please don't touch SharedCalendarID property")>]
override SharedCalendarID : string with get, set
Property Value
Type:
String
See Also