public Type Type { get; set; }
Public Property Type As Type
Get
Set
Dim instance As SubTypeAttribute
Dim value As Type
value = instance.Type
instance.Type = value
public:
property Type^ Type {
Type^ get ();
void set (Type^ value);
}
member Type : Type with get, set