DocumentProperty.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.