| BiMetadataAuthors Property |
Gets or sets the authors
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public 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
Type:
ListStringSee Also