 | PolicyValueTimeSpanValue Property |
Gets or sets the value of the timespan
Namespace: SanteDB.Core.ConfigurationAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic TimeSpan Value { get; set; }Public Property Value As TimeSpan
Get
Set
public:
property TimeSpan Value {
TimeSpan get ();
void set (TimeSpan value);
}member Value : TimeSpan with get, set
Property Value
TimeSpan
See Also