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