ICollabObjectCreateTextProp Method
IT Hit WebDAV Classes Reference
Creates
ITextProperty property. Returns null if
value parameter is null.
Assign the value returned by this method to properties that has a
ITextProperty type.
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax ITextProperty CreateTextProp(
string value
)
Function CreateTextProp (
value As String
) As ITextProperty
ITextProperty^ CreateTextProp(
String^ value
)
abstract CreateTextProp :
value : string -> ITextProperty
Parameters
- value
- Type: SystemString
Unencoded text to be used as a value of the property. If null is passed, this method returns null.
Return Value
Type:
ITextPropertyObject implementing
ITextProperty or null if
value parameter is null.
See Also