다음을 통해 공유


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>