'Declaration
<System.ComponentModel.CategoryAttribute("Optional Settings")> <System.ComponentModel.DescriptionAttribute("The wait time before terminating the attempt to execute a command and generate an error.")> Public Property CommandTimeout As System.Integer
'Usage
Dim instance As SQLStoredProc Dim value As System.Integer instance.CommandTimeout = value value = instance.CommandTimeout
[System.ComponentModel.Category("Optional Settings")] [System.ComponentModel.Description("The wait time before terminating the attempt to execute a command and generate an error.")] public System.int CommandTimeout {get; set;}