Product Id PropertyOwner Name Property
This is used to set or get the product owner name
Definition
Namespace: EWSoftware.PDI.Properties
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 string? OwnerName { get; set; }VB
Public Property OwnerName As String
Get
SetC++
public:
property String^ OwnerName {
String^ get ();
void set (String^ value);
}F#
member OwnerName : string with get, set