Contact Initials Property DRA REST Extensions SDK
Initials of the contact. Maximum 6 characters. If the value exceeds 6 characters, the server will return a constraint error indicating that the value is not in the expected range.

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "initials")]
public string Initials { get; set; }

Property Value

Type: OnlineString
See Also