'Declaration
<DataMemberAttribute(1)> Public Property Enabled As Boolean
'Usage
Dim instance As SecurityProfile Dim value As Boolean instance.Enabled = value value = instance.Enabled
[DataMember(1)] public bool Enabled {get; set;}
[DataMember(1)] public: property bool Enabled { bool get(); void set ( bool value); }