public: property System::String ^ Text3 { System::String ^ get(); void set(System::String ^ value); };
public string Text3 { get; set; }
Public Property Text3 As String
ありがとうございます。