Proprietà DedDocCheckoutUser
             | 
          
        
        
            Restituisce il nome dell'utente che ha posto in checkout questo documento, oppure
            stringa vuota se è in check-in.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic string CheckoutUser { get; set; }Public Property CheckoutUser As String
	Get
	Set
public:
property String^ CheckoutUser {
	String^ get ();
	void set (String^ value);
}member CheckoutUser : string with get, set
Valore della proprietà
String
Vedi anche