Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 811 Bytes

isocialprovider-version.md

File metadata and controls

32 lines (22 loc) · 811 Bytes
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority ms.assetid description
ISocialProviderVersion
lindalu
11/16/2014
Developer
reference
office-online-server
medium
dfc92878-ab8b-4721-aee8-997c56a8e45b
Returns a string that represents the version number of the provider for this social network.

ISocialProvider::Version

Returns a string that represents the version number of the provider for this social network.

[propget] HRESULT _stdcall Version([out, retval] BSTR* Version);

Property value

A string that contains the version number of the provider.

Remarks

The version string should use the MajorVersion. MinorVersion format (for example, 1.4730).

See also