InheritableStringProperty class

Represents an inheritable property of a string value.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.InheritableProperty<String>
    Microsoft.SharePoint.Publishing.InheritableStringProperty

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class InheritableStringProperty _
    Inherits InheritableProperty(Of String)
'Usage
Dim instance As InheritableStringProperty
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class InheritableStringProperty : InheritableProperty<string>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

InheritableStringProperty members

Microsoft.SharePoint.Publishing namespace