IRawPropertyGetCompoundValueComponent Method
IT Hit WebDAV Classes Reference
Helper method for getting specific component of a compound property.
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxstring[] GetCompoundValueComponent(
int componentIndex
)
Function GetCompoundValueComponent (
componentIndex As Integer
) As String()
array<String^>^ GetCompoundValueComponent(
int componentIndex
)
abstract GetCompoundValueComponent :
componentIndex : int -> string[]
Parameters
- componentIndex
- Type: SystemInt32
Component index.
Return Value
Type:
String[Missing <returns> documentation for "M:ITHit.WebDAV.IRawProperty.GetCompoundValueComponent(System.Int32)"]
See Also