'Declaration
Protected Property MaxResponseChunkCount As Integer
'Usage
Dim instance As UaSCUaBinaryChannel Dim value As Integer instance.MaxResponseChunkCount = value value = instance.MaxResponseChunkCount
protected int MaxResponseChunkCount {get; set;}