VTo DoResources Property
This is used to get the resources (RESOURCES) 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 ResourcesProperty Resources { get; }VB
Public ReadOnly Property Resources As ResourcesProperty
GetC++
public:
property ResourcesProperty^ Resources {
ResourcesProperty^ get ();
}F#
member Resources : ResourcesProperty with get