'Declaration
Sub SetIntegerValue( _ ByVal name As String, _ ByVal value As Nullable(Of Integer) _ )
void SetIntegerValue( string name, Nullable<int> value )
Parameters
- name
- value
'Declaration
Sub SetIntegerValue( _ ByVal name As String, _ ByVal value As Nullable(Of Integer) _ )
void SetIntegerValue( string name, Nullable<int> value )