ICalendar2CreateCalTextProp Method
IT Hit WebDAV Classes Reference
Creates
ICalText property. Returns null if
value parameter is null.
Assign the value returned by this method to properties that has a
ICalText type such as
Summary,
Description, etc.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax ICalText CreateCalTextProp(
string value,
string language = null
)
Function CreateCalTextProp (
value As String,
Optional language As String = Nothing
) As ICalText
ICalText^ CreateCalTextProp(
String^ value,
String^ language = nullptr
)
abstract CreateCalTextProp :
value : string *
?language : string
(* Defaults:
let _language = defaultArg language null
*)
-> ICalText
Parameters
- value
- Type: SystemString
Unencoded text to be used as a value of the property. If null is passed, this method returns null. - language (Optional)
- Type: SystemString
Language. Sets "LANGUAGE" parameter value.
Return Value
Type:
ICalTextObject implementing
ICalText or null if
value parameter is null.
See Also