Share via


CustomizableString members

Represents a string-typed property with a default value that is used if a custom value has not been explicitly assigned.

The CustomizableString type exposes the following members.

Properties

  Name Description
Public property DefaultValue Gets the default value for the property.
Public property UsesDefaultValue Gets or sets whether the current value is the default value.
Public property Value Gets or sets the current value of this CustomizableString instance.

Top

Methods

  Name Description
Public method Equals(Object) Supports the .NET infrastructure and normally is not used. (Overrides Object.Equals(Object).)
Public method Equals(CustomizableString) Supports the .NET infrastructure and normally is not used.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string representation of this CustomizableString instance. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality This member is reserved for internal use and is not intended to be used directly from your code.
Public operatorStatic member Inequality This member is reserved for internal use and is not intended to be used directly from your code.

Top

See also

Reference

CustomizableString class

Microsoft.SharePoint.Publishing namespace