| ApplicationHealthInfoThreads Property |
Get the threads
Namespace:
SanteDB.DisconnectedClient.Services.Model
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string[] Threads { get; set; }
Public Property Threads As String()
Get
Set
public:
property array<String^>^ Threads {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Threads : string[] with get, set
Property Value
Type:
StringSee Also