Condividi tramite


BitsFileTransferEventArgs.IsCompleted Property

 

Gets a value that indicates whether the file transfer is complete.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public bool IsCompleted { get; private set; }
public:
property bool IsCompleted {
    bool get();
    private: void set(bool value);
}
Public Property IsCompleted As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

See Also

BitsFileTransferEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top