A combination of types: Name (BBIE). A person's surname or family name.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IName PersonFamilyName { get; set; }
Visual Basic
Public Property PersonFamilyName As IName
	Get
	Set
Visual C++
public:
virtual property IName^ PersonFamilyName {
	IName^ get () sealed;
	void set (IName^ value) sealed;
}
F#
abstract PersonFamilyName : IName with get, set
override PersonFamilyName : IName with get, set

Property Value

Type: IName

Implements

IParty..::..PersonFamilyName

Remarks

Dictionary entry name
Person. Family_ Name. Name
Cardinality
0..1
Person (ASBIE). An association to a person.
Dictionary entry name
Party. Person
Cardinality
0..1

See Also