 | BundleFocalObjects Property |
Entry into the bundle
Namespace: SanteDB.Core.Model.CollectionAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic List<Guid> FocalObjects { get; set; }Public Property FocalObjects As List(Of Guid)
Get
Set
public:
property List<Guid>^ FocalObjects {
List<Guid>^ get ();
void set (List<Guid>^ value);
}member FocalObjects : List<Guid> with get, set
Property Value
ListGuid
See Also