Compartilhar via


InheritableStringProperty classe

Representa uma propriedade herdável de um valor de seqüência de caracteres.

Inheritance hierarchy

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

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

Sintaxe

'Declaração
<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>

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

InheritableStringProperty membros

Microsoft.SharePoint.Publishing namespace