'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> Public Property InitiatorType As InitiatorType
'Usage
Dim instance As Entry Dim value As InitiatorType instance.InitiatorType = value value = instance.InitiatorType
[System.Runtime.Serialization.DataMember()] public InitiatorType InitiatorType {get; set;}