'Declaration Public CityNm As String
'Declaration
Public CityNm As String
'Usage Dim instance As USAddressGrpType Dim value As String value = instance.CityNm instance.CityNm = value
'Usage
Dim instance As USAddressGrpType Dim value As String value = instance.CityNm instance.CityNm = value
public string CityNm
public field CityNm: String;
public var CityNm : String;
public: string* CityNm
public: String^ CityNm
USAddressGrpType Class USAddressGrpType Members