| ServiceResourceOptionsChildResources Property |
Gets the resources which are associated with this resource (sub-resources)
Namespace:
SanteDB.Core.Interop
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public List<ChildServiceResourceOptions> ChildResources { get; set; }
Public Property ChildResources As List(Of ChildServiceResourceOptions)
Get
Set
public:
property List<ChildServiceResourceOptions^>^ ChildResources {
List<ChildServiceResourceOptions^>^ get ();
void set (List<ChildServiceResourceOptions^>^ value);
}
member ChildResources : List<ChildServiceResourceOptions> with get, set
Property Value
Type:
ListChildServiceResourceOptionsSee Also