 | ServiceResourceOptionsChildResources Property |
Gets the resources which are associated with this resource (sub-resources)
Namespace: SanteDB.Core.InteropAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
ListChildServiceResourceOptions
See Also