Custom Attribute Types
Binary Custom Attribute
A System.Byte array that can be used to update string (octet) attributes.
Boolean Custom Attribute
A System.Boolean true or false value that can be used to update boolean attributes.
DateTime Custom Attribute
A System.DateTime value that can be used to update large integer attributes.
Integer Custom Attribute
A System.Int32 value that can be used to update integer attributes.
MutliValue String Custom Attribute
A System.String array value that can be used to update multivalued string attributes.
String Custom Attribute
A System.String value that can be used to update string (unicode) attributes.