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