PhotoImportFindItemsResult.HasSucceeded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.