ISharedServiceApplication.DefaultEndpoint property
Gets or sets the default endpoint of the service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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