[This is preliminary documentation and is subject to change.]

Gets the OfficeClip project property list

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static DataView GetOcCsvPropertyList(
	Object o
)
Visual Basic (Declaration)
Public Shared Function GetOcCsvPropertyList ( _
	o As Object _
) As DataView
Visual C++
public:
static DataView^ GetOcCsvPropertyList(
	Object^ o
)

Parameters

o
Type: System..::.Object
The input object

Return Value

The dataview that gives the project property list

See Also