 | CdssLibraryDefinitionInclude Property |
Gets or sets the objects which are included in this definition
Namespace: SanteDB.Cdss.Xml.ModelAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
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