DocumentProperty.Value 属性

定义

返回或设置文档属性的值。

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

属性值

注解

如果容器应用程序没有定义某个内置文档属性的值,则读取该文档属性的 Value 属性将导致出错。

适用于