Service.GetAssemblyVersions Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Service.GetAssemblyVersions Method

BR.AN.PviServices .NET


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

);

Parameters

productVersion

The product version string.

fileVersion

The file version string.

Return Value

Zero on success.

See Also

Service Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]