Location (ASBIE). The party's physical location.
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 ILocation PhysicalLocation { get; set; } |
| Visual Basic |
|---|
Public Property PhysicalLocation As ILocation
Get
Set |
| Visual C++ |
|---|
public:
virtual property ILocation^ PhysicalLocation {
ILocation^ get () sealed;
void set (ILocation^ value) sealed;
} |
| F# |
|---|
abstract PhysicalLocation : ILocation with get, set
override PhysicalLocation : ILocation with get, set |
Property Value
Type:
ILocationImplements
IParty..::..PhysicalLocationRemarks
See Also