<< Click to Display Table of Contents >> Navigation: »No topics above this level« Service.GetAssemblyVersions Method |
Gets the file and productversion of the assembly this Service class is defined.
[Visual Basic]
Public Sub GetAssemblyVersions( _
ByRef productVersion As String, _
ByRef fileVersion As String _
)
[C#]
public int GetAssemblyVersions(
ref string productVersion,
ref string fileVersion
);
productVersion
The product version string.
fileVersion
The file version string.
Zero on success.
Service Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]