DocumentProperty.Value Property

Definition

Returns or sets the value of a document property.

public:
 property System::Object ^ default { System::Object ^ get(); void set(System::Object ^ value); };
public object this { get; set; }
member this.Value : obj with get, set
Default Public Property Value As Object

Property Value

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.

Applies to