| AmiServiceClientGetApplication Method |
Gets a specific application.
Namespace:
SanteDB.Messaging.AMI.Client
Assembly:
SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax public SecurityApplicationInfo GetApplication(
Guid id
)
Public Function GetApplication (
id As Guid
) As SecurityApplicationInfo
public:
SecurityApplicationInfo^ GetApplication(
Guid id
)
member GetApplication :
id : Guid -> SecurityApplicationInfo
Parameters
- id
- Type: SystemGuid
The id of the application to retrieve.
Return Value
Type:
SecurityApplicationInfoReturns the application.
See Also