Click or drag to resize

IRawPropertySetCompoundValueComponent Method

IT Hit WebDAV Classes Reference
Helper method for setting specific component of a compound property.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
void SetCompoundValueComponent(
	int componentIndex,
	string[] component
)

Parameters

componentIndex
Type: SystemInt32
Component index.
component
Type: SystemString
Array of values to be set.
See Also