Proprietà DedNetAcadApp.HideWarningMessageOnModDocCheckout

DedNet

Proprietà DedNetAcadAppHideWarningMessageOnModDocCheckout

Restituisce o imposta se nascondere la finestra che chiede all'utente di mettere in check-out il documento nel caso di area locale attiva ed il documento non sia in check-out dall'utente. La richiesta viene effettuata alla fine di ogni comando che rende dirty il documento.

Namespace:  DedNetAcad
Assembly:  DedNetAcad (in DedNetAcad.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi
public static bool HideWarningMessageOnModDocCheckout { get; set; }
Public Shared Property HideWarningMessageOnModDocCheckout As Boolean
	Get
	Set
public:
static property bool HideWarningMessageOnModDocCheckout {
	bool get ();
	void set (bool value);
}
static member HideWarningMessageOnModDocCheckout : bool with get, set

Valore della proprietà

Tipo: Boolean
Vedi anche