 | CdssExecutionContextFactNames Property |
Get the facts which can be referenced
Namespace: SanteDB.Cdss.XmlAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic IEnumerable<string> FactNames { get; }Public ReadOnly Property FactNames As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ FactNames {
IEnumerable<String^>^ get ();
}member FactNames : IEnumerable<string> with get
Property Value
IEnumerableString
See Also