DocumentProperty.Type Property
Returns or sets the document property type.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Type As MsoDocProperties
Get
Set
'Usage
Dim instance As DocumentProperty
Dim value As MsoDocProperties
value = instance.Type
instance.Type = value
MsoDocProperties Type { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoDocProperties
Remarks
This property is read-only for built-in document properties; read/write for custom document properties.