ArcObjects Library Reference (System)  

IObjectStream.Version Property

The software version for the stream.

[Visual Basic .NET]
Public Property Version As String
[C#]
public string Version {get; set;}
[C++]
HRESULT get_Version(
  BSTR* versionSpecifier
);
[C++]
HRESULT put_Version(
  BSTR versionSpecifier
);
[C++]

Parameters

versionSpecifier [out, retval]   versionSpecifier is a parameter of type BSTR versionSpecifier [in]   versionSpecifier is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IObjectStream Interface