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