 | BiMetadataAuthors Property |
Gets or sets the authors
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic List<string> Authors { get; set; }Public Property Authors As List(Of String)
Get
Set
public:
property List<String^>^ Authors {
List<String^>^ get ();
void set (List<String^>^ value);
}member Authors : List<string> with get, set
Property Value
ListString
See Also