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