InheritableProperty<TValueType>.Value property

Gets the value of the property.

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

Syntax

'Declaration
Public ReadOnly Property Value As TValueType
    Get
'Usage
Dim instance As InheritableProperty
Dim value As TValueType

value = instance.Value
public TValueType Value { get; }

Property value

Type: TValueType

Remarks

This returns the effective value of the property on this PublishingWeb object.

See also

Reference

InheritableProperty<TValueType> class

InheritableProperty<TValueType> members

Microsoft.SharePoint.Publishing namespace

InheritableProperty<TValueType>