Okapi .NET Library

IUtilitySet.GetInterfaceVersion Method 

 [This is preliminary documentation and subject to change.]

Gets the version of the IUtilitySet interface the object implements.

[Visual Basic]
Function GetInterfaceVersion() As Integer
[C#]
int GetInterfaceVersion();
[C++]
int GetInterfaceVersion();
[JScript]
function GetInterfaceVersion(): int;

Return Value

The version of the IUtilitySet interface.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace