IASSPClientProxy.IsRunningInFarm(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the application is running on a machine which has SharePoint, with at least with this version of SharePoint installed.
[System.Runtime.InteropServices.ComVisible(false)]
public bool IsRunningInFarm (int majorVersion);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member IsRunningInFarm : int -> bool
Public Function IsRunningInFarm (majorVersion As Integer) As Boolean
Parameters
- majorVersion
- Int32
Returns
- Attributes