Class PropertyPassword
Property representing a string value less than 255 characters.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[Obsolete("This class has been obsoleted and will be removed in a future release.", false)]
public class PropertyPassword : PropertyString, IReadOnly<PropertyData>, IReadOnly
Constructors
PropertyPassword()
Initializes a new instance of the PropertyPassword class.
Declaration
public PropertyPassword()
PropertyPassword(String)
Initializes a new instance of the PropertyPassword class.
Declaration
public PropertyPassword(string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | password | The password. |
Implements
Extension Methods
EPiServer.Core.PropertyDataExtensions.TranslateDisplayName(EPiServer.Core.PropertyData)
EPiServer.Core.PropertyDataExtensions.TranslateDescription(EPiServer.Core.PropertyData)