| IOperationalApiResourceHandlerOperations Property |
Gets the associated resources
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax IEnumerable<IApiChildOperation> Operations { get; }
ReadOnly Property Operations As IEnumerable(Of IApiChildOperation)
Get
property IEnumerable<IApiChildOperation^>^ Operations {
IEnumerable<IApiChildOperation^>^ get ();
}
abstract Operations : IEnumerable<IApiChildOperation> with get
Property Value
Type:
IEnumerableIApiChildOperationSee Also