Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public SegmentCommandFlags Flags {get; set;}
'Declaration
Public Property Flags As SegmentCommandFlags
'Usage
Dim instance As SegmentCommand Dim value As SegmentCommandFlags instance.Flags = value value = instance.Flags
public SegmentCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTSegmentCommandFlags flags
public int getFlags() public void setFlags(int value)
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public: property SegmentCommandFlags Flags { SegmentCommandFlags get(); void set ( SegmentCommandFlags value); }