| BundleFocalObjects Property |
Entry into the bundle
Namespace:
SanteDB.Core.Model.Collection
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public 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
Type:
ListGuidSee Also