Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.ImageProcessing.DataContracts Namespace > DotRemoveRequest Class : Flags Property |
[DataMemberAttribute(Name="Flags", IsRequired=true)] public DotRemoveCommandFlags Flags {get; set;}
'Declaration <DataMemberAttribute(Name="Flags", IsRequired=True)> Public Property Flags As DotRemoveCommandFlags
'Usage Dim instance As DotRemoveRequest Dim value As DotRemoveCommandFlags instance.Flags = value value = instance.Flags
[DataMemberAttribute(Name="Flags", IsRequired=true)] public: property DotRemoveCommandFlags Flags { DotRemoveCommandFlags get(); void set ( DotRemoveCommandFlags value); }