Version

HasProtectionPassword Property (Sheet)

Returns a boolean indicating if the Sheet has been protected with a password.
Syntax
public bool HasProtectionPassword {get;}
Remarks

When protecting a Sheet, a password is optional. The HasProtectionPassword will return true if the Sheet is currently protected (see IsProtected) and a password was specified when it was protected.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also