 | OptimizeDatabaseJobDescription Property |
Gets the description of the job
Namespace: SanteDB.Persistence.Data.JobsAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic string Description { get; }Public ReadOnly Property Description As String
Get
public:
virtual property String^ Description {
String^ get () sealed;
}abstract Description : string with get
override Description : string with get
Property Value
StringImplements
IJobDescription
See Also