public string CollationPostgreSql { get; set; }
Public Property CollationPostgreSql As String
Get
Set
public:
property String^ CollationPostgreSql {
String^ get ();
void set (String^ value);
}
member CollationPostgreSql : string with get, set