Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default endpoint of the service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Property DefaultEndpoint As IServiceEndpoint
Get
Set
'Usage
Dim instance As ISharedServiceApplication
Dim value As IServiceEndpoint
value = instance.DefaultEndpoint
instance.DefaultEndpoint = value
IServiceEndpoint DefaultEndpoint { get; set; }
Property Value
Type: Microsoft.SharePoint.Administration.IServiceEndpoint
Returns IServiceEndpoint.
See Also
Reference
ISharedServiceApplication Interface