IReposProperty2 APIType Property

Meta Data Services Programming

Meta Data Services Programming

IReposProperty2 APIType Property

The APIType property contains the data type of the property.

Syntax

HRESULT APIType (

    LONG        *pAPIType

);

Dispatch Identifier:   DISPID_IReposProperty2_APIType = 42

Parameters

*pAPIType

[out]
The data type of the property.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposProperty2 Interface