Class Timeout
Represents the API-timeout capability.
Inheritance
System.Object
    Timeout
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Timeout : IXmlSerializableProperties
Seconds
Gets or sets the # of seconds.
Declaration
public int ? Seconds { get; set; }Property Value
| System.Nullable<System.Int32> 
 |