Declaration Syntax
C# | Visual Basic | Visual C++ |
public string ErrorDetails { get; set; }
Public Property ErrorDetails As String Get Set
public: property String^ ErrorDetails { String^ get (); void set (String^ value); }
C# | Visual Basic | Visual C++ |
public string ErrorDetails { get; set; }
Public Property ErrorDetails As String Get Set
public: property String^ ErrorDetails { String^ get (); void set (String^ value); }