Gets a value indicating whether the page is shown for the first time.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
public bool First { get; private set; }
public bool First { get; private set; }
Public Property First As Boolean
Get
Private Set
Public Property First As Boolean
Get
Private Set
public:
property bool First {
bool get ();
private: void set (bool value);
}
public:
property bool First {
bool get ();
private: void set (bool value);
}