ICalendar2CreateClassProp Method (String)
IT Hit WebDAV Classes Reference 
            Creates 
IClassification property from string value. Returns null if 
value parameter is null. 
            Assign the value returned by this method to 
Class property.
            
 
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
SyntaxIClassification CreateClassProp(
	string value
)
Function CreateClassProp ( 
	value As String
) As IClassification
IClassification^ CreateClassProp(
	String^ value
)
abstract CreateClassProp : 
        value : string -> IClassification 
Parameters
- value
 - Type: SystemString
String property value. If null is passed, this method returns null. 
Return Value
Type: 
IClassificationObject implementing 
IClassification or null if 
value parameter is null.
Remarks
            This method does NOT throws any exceptions if no 
ClassificationType is found that match the passed 
value. 
            Instead the new 
ClassificationType is created in this case with 
Name being set to the 
value passed. 
            The 
Number is set to default value (-1) in this case.
See Also