![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
[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); }