Clase InheritableStringProperty
Representa una propiedad heredable de un valor de cadena.
Jerarquía de la herencia
System.Object
Microsoft.SharePoint.Publishing.InheritableProperty<String>
Microsoft.SharePoint.Publishing.InheritableStringProperty
Espacio de nombres: Microsoft.SharePoint.Publishing
Ensamblado: Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class InheritableStringProperty _
Inherits InheritableProperty(Of String)
'Uso
Dim instance As InheritableStringProperty
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class InheritableStringProperty : InheritableProperty<string>
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.