 | ViewModelDescriptionInclude Property |
Includes
Namespace: SanteDB.Core.ViewModel.DescriptionAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<string> Include { get; set; }Public Property Include As List(Of String)
Get
Set
public:
property List<String^>^ Include {
List<String^>^ get ();
void set (List<String^>^ value);
}member Include : List<string> with get, set
Property Value
ListString
See Also