DocumentProperty.Type Property

Definition

Returns or sets the document property type.

public:
 property Microsoft::Office::Core::MsoDocProperties Type { Microsoft::Office::Core::MsoDocProperties get(); void set(Microsoft::Office::Core::MsoDocProperties value); };
public Microsoft.Office.Core.MsoDocProperties Type { get; set; }
member this.Type : Microsoft.Office.Core.MsoDocProperties with get, set
Public Property Type As MsoDocProperties

Property Value

Remarks

This property is read-only for built-in document properties; read/write for custom document properties.

Applies to