PhotoImportDeleteImportedItemsFromSourceResult.HasSucceeded Property

Definition

Gets a value indicating whether the delete operation has succeeded.

public:
 property bool HasSucceeded { bool get(); };
bool HasSucceeded();
public bool HasSucceeded { get; }
var boolean = photoImportDeleteImportedItemsFromSourceResult.hasSucceeded;
Public ReadOnly Property HasSucceeded As Boolean

Property Value

Boolean

bool

True if the delete operation has succeeded; otherwise, false.

Applies to