VCardOrganization Property
This is used to get the Organization (ORG) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public OrganizationProperty Organization { get; }VB
Public ReadOnly Property Organization As OrganizationProperty
GetC++
public:
property OrganizationProperty^ Organization {
OrganizationProperty^ get ();
}F#
member Organization : OrganizationProperty with get