PhotoImportFindItemsResult.HasSucceeded Property

Definition

Gets a value indicating whether the find operation has succeeded.

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

Property Value

Boolean

bool

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

Applies to