'Declaration
ReadOnly Property InstanceID As Nullable(Of Integer)
Nullable<int> InstanceID {get;}
property Nullable<int> InstanceID { Nullable<int> get(); }
'Declaration
ReadOnly Property InstanceID As Nullable(Of Integer)
Nullable<int> InstanceID {get;}
property Nullable<int> InstanceID { Nullable<int> get(); }