Country Subentity Code (BBIE). A territorial division of a country, such as a county or state, expressed as a code.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public ICode CountrySubentityCode { get; set; } |
| Visual Basic |
|---|
Public Property CountrySubentityCode As ICode
Get
Set |
| Visual C++ |
|---|
public:
virtual property ICode^ CountrySubentityCode {
ICode^ get () sealed;
void set (ICode^ value) sealed;
} |
| F# |
|---|
abstract CountrySubentityCode : ICode with get, set
override CountrySubentityCode : ICode with get, set |
Property Value
Type:
ICodeImplements
IAddress..::..CountrySubentityCodeRemarks
See Also