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.
Include Protected Members
Include Inherited Members
Provides properties for sharing a service application with remote server farms.
The ISharedServiceApplication type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ApplicationClassId | Gets the class identifier of this application instance. |
![]() |
ApplicationVersion | Gets the version number of this application instance. |
![]() |
Comments | Gets or sets an optional description of the application instance for presentation in the user interface (UI). |
![]() |
DefaultEndpoint | Gets or sets the default endpoint of the service application. |
![]() |
DisplayName | Gets the required display name of the application instance for UI presentation. |
![]() |
Endpoints | Gets the endpoints of the service application. |
![]() |
Shared | Specifies whether or not the application instance is visible outside the local farm. |
![]() |
TermsOfServiceUri | A link to a terms of service document for the application instance. |
![]() |
Uri | Gets the logical address of a service application. |
Top