 | PropertyContainerDescriptionAll Property |
Property for nullable value of all
Namespace: SanteDB.Core.ViewModel.DescriptionAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic bool? All { get; set; }Public Property All As Boolean?
Get
Set
public:
property Nullable<bool> All {
Nullable<bool> get ();
void set (Nullable<bool> value);
}member All : Nullable<bool> with get, set
Property Value
NullableBoolean
See Also