InheritableStringProperty members

Represents an inheritable property of a string value.

The InheritableStringProperty type exposes the following members.

Properties

  Name Description
Protected property InheritFlagPropertyName Gets the name of the property flag to inherit. (Inherited from InheritableProperty<TValueType>.)
Public property IsInheriting Indicates whether this property is inheriting its value from the parent PublishingWeb object. (Inherited from InheritableProperty<TValueType>.)
Public property Value Gets the value of the property. (Inherited from InheritableProperty<TValueType>.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetDirectValue Gets the property value directly from the PublishingWeb object. (Inherited from InheritableProperty<TValueType>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetDirectValue Sets the property value directly to the PublishingWeb object. (Inherited from InheritableProperty<TValueType>.)
Public method SetInherit(Boolean, Boolean) Sets the flag to indicate whether this property inherits its value from its parent site. (Inherited from InheritableProperty<TValueType>.)
Public method SetInherit(Boolean, Boolean, String, String) Sets the flag to indicate whether this property inherits its value from its parent site. (Inherited from InheritableProperty<TValueType>.)
Public method SetValue(TValueType) Sets the value of this property. (Inherited from InheritableProperty<TValueType>.)
Public method SetValue(TValueType, Boolean) Set value of this property. (Inherited from InheritableProperty<TValueType>.)
Public method SetValue(TValueType, Boolean, String, String) This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from InheritableProperty<TValueType>.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

InheritableStringProperty class

Microsoft.SharePoint.Publishing namespace