CustomProperty
Contents
[
Hide
]CustomProperty class
Represents identifier information.
Properties
| Name | Type | Description |
|---|---|---|
| Name | String | Returns or sets the name of the object. |
| StringValue | String | Returns or sets the value of the custom property. NOTE: This member is now obsolete. Instead, please use CustomProperty. |
| Value | String | Returns or sets the value of the custom property. |
| BinaryValue | byte[] |
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[]