Click or drag to resize

IComponentAddProperty Method

IT Hit WebDAV Classes Reference
Adds property to Properties list. The property must be created by created by CreateRawProperty call.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
void AddProperty(
	string propName,
	IRawProperty prop
)

Parameters

propName
Type: SystemString
Property name, such as N, UID, etc.
prop
Type: ITHit.CollabIRawProperty
Property to be added to the Properties list.

Return Value

Type: 
RawProperty
See Also