| IAmiServiceContractResourceOptions Method |
Get the specific options supported for the
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax ServiceResourceOptions ResourceOptions(
string resourceType
)
Function ResourceOptions (
resourceType As String
) As ServiceResourceOptions
ServiceResourceOptions^ ResourceOptions(
String^ resourceType
)
abstract ResourceOptions :
resourceType : string -> ServiceResourceOptions
Parameters
- resourceType
- Type: SystemString
The type of resource to get service options
Return Value
Type:
ServiceResourceOptions[Missing <returns> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.ResourceOptions(System.String)"]
See Also