CustomProperty

CustomProperty class

Represents identifier information.

Properties

NameTypeDescription
NameStringReturns or sets the name of the object.
StringValueStringReturns or sets the value of the custom property. NOTE: This member is now obsolete. Instead, please use CustomProperty.
ValueStringReturns or sets the value of the custom property.
BinaryValuebyte[]

CustomProperty.Name property

Returns or sets the name of the object.

Type: String

CustomProperty.StringValue property

Returns or sets the value of the custom property. NOTE: This member is now obsolete. Instead, please use CustomProperty.Value property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

Type: String

CustomProperty.Value property

Returns or sets the value of the custom property.

Type: String

CustomProperty.BinaryValue property

Type: byte[]