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