'Declaration
<DataMemberAttribute()>
Public Property AddressCountrySubDivisionCode As String
'Usage
Dim instance As Vendor
Dim value As String
instance.AddressCountrySubDivisionCode = value
value = instance.AddressCountrySubDivisionCode
[DataMemberAttribute()]
public string AddressCountrySubDivisionCode {get; set;}
[DataMemberAttribute()]
public: __property string* get_AddressCountrySubDivisionCode();
public: __property void set_AddressCountrySubDivisionCode(
string* value
);
[DataMemberAttribute()]
public:
property String^ AddressCountrySubDivisionCode {
String^ get();
void set ( String^ value);
}