 | UpstreamIntegrationQueryControlOptionsTimeout Property |
Gets or sets the timeout
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic int? Timeout { get; set; }Public Property Timeout As Integer?
Get
Set
public:
property Nullable<int> Timeout {
Nullable<int> get ();
void set (Nullable<int> value);
}member Timeout : Nullable<int> with get, set
Property Value
NullableInt32
See Also