[DataMemberAttribute(Name="Type", IsRequired=true)] public HalftoneCommandType Type {get; set;}
'Declaration <DataMemberAttribute(Name="Type", IsRequired=True)> Public Property Type As HalftoneCommandType
'Usage Dim instance As HalftoneRequest Dim value As HalftoneCommandType instance.Type = value value = instance.Type
[DataMemberAttribute(Name="Type", IsRequired=true)] public: property HalftoneCommandType Type { HalftoneCommandType get(); void set ( HalftoneCommandType value); }