Share via


IUITextInputTraits.PasswordRules Property

Definition

The password entry rules.

[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITextInputPasswordRules? PasswordRules { [Foundation.Export("passwordRules", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPasswordRules:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("passwordRules", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setPasswordRules:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.PasswordRules : UIKit.UITextInputPasswordRules with get, set

Property Value

Attributes

Applies to