IComponentAddProperty Method
IT Hit WebDAV Classes Reference
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
)
Sub AddProperty (
propName As String,
prop As IRawProperty
)
void AddProperty(
String^ propName,
IRawProperty^ prop
)
abstract AddProperty :
propName : string *
prop : IRawProperty -> unit
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:
RawPropertySee Also