VCardRole Property
This is used to get the Role (ROLE) 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 RoleProperty Role { get; }VB
Public ReadOnly Property Role As RoleProperty
GetC++
public:
property RoleProperty^ Role {
RoleProperty^ get ();
}F#
member Role : RoleProperty with get