SPWebService.OfficeSupportUrl property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property OfficeSupportUrl As String
Get
Set
'Usage
Dim instance As SPWebService
Dim value As String
value = instance.OfficeSupportUrl
instance.OfficeSupportUrl = value
public string OfficeSupportUrl { get; set; }
Property value
Type: System.String