Product Id PropertyIs Registered Property
This is used to set or get whether the product ID is registered
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 bool IsRegistered { get; set; }VB
Public Property IsRegistered As Boolean
Get
SetC++
public:
property bool IsRegistered {
bool get ();
void set (bool value);
}F#
member IsRegistered : bool with get, set