SPIisWebServiceApplication.DefaultEndpointName Property
Gets the string that represents the service application default endpoint name.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable ReadOnly Property DefaultEndpointName As String
Get
'Usage
Dim value As String
value = Me.DefaultEndpointName
protected virtual string DefaultEndpointName { get; }
Property Value
Type: System.String
Returns String.
See Also
Reference
SPIisWebServiceApplication Class