'宣言 Public Property Value As System.Object
'使用法 Dim instance As Parameter Dim value As System.Object instance.Value = value value = instance.Value
public System.object Value {get; set;}
'宣言 Public Property Value As System.Object
'使用法 Dim instance As Parameter Dim value As System.Object instance.Value = value value = instance.Value
public System.object Value {get; set;}