Message-ID: <380272615.10473.1711725612031.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10472_708141527.1711725612031" ------=_Part_10472_708141527.1711725612031 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html DocumentProperties.GetCustomProperty(String)

DocumentProperties.GetCustomProperty(String)

Description

=20

Returns the value of the custom property for the specified key. The retu= rn value can be of the following types, depending on the property: String, = Double, Integer, Boolean or DateTime. (To create a custom property, use DocumentProperties.SetCust= omProperty.)

=20
C#
=20
 public System.Object GetCustomProperty(System.String key)
=20
=20
vb.net
=20
Public Function GetCustomProperty(ByVal key As String) As Object
=20
=20

Paramete= rs

=20
key
The ke= y or name of the custom property.=20

Returns The value of the custom property.=20

Examples=20
C#
=20
Object reviewedBy =3D docProps.GetCustomProperty("Reviewed by");<=
/pre>=20
=20
vb.net
=20
Dim reviewedBy As Object =3D docProps.GetCustomProperty("Reviewed by&q=
uot;)
=20

------=_Part_10472_708141527.1711725612031--