'宣言 Public Property ObjectName As System.String
'使用法 Dim instance As Warning Dim value As System.String instance.ObjectName = value value = instance.ObjectName
public System.string ObjectName {get; set;}
'宣言 Public Property ObjectName As System.String
'使用法 Dim instance As Warning Dim value As System.String instance.ObjectName = value value = instance.ObjectName
public System.string ObjectName {get; set;}