DocumentProperty.Value Property

Returns or sets the value of a document property.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Default Property Value As Object
    Get
    Set
'Usage
Dim instance As DocumentProperty
Dim value As Object

value = instance

instance = value
Object this { get; set; }

Property Value

Type: System.Object

Remarks

If the container application doesn't define a value for one of the built-in document properties, reading the Value property for that document property causes an error.

See Also

Reference

DocumentProperty Interface

DocumentProperty Members

Microsoft.Office.Core Namespace