|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
| Leadtools Namespace : LeadStreamAccess Enumeration |
public enum LeadStreamAccess : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum LeadStreamAccess Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As LeadStreamAccess
public enum LeadStreamAccess : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTLeadStreamAccess)
public enum LeadStreamAccess
Leadtools.LeadStreamAccess = function() { };
Leadtools.LeadStreamAccess.prototype = {<br/>
Read = 0,
Write = 1,
ReadWrite = 2,
};
public enum class LeadStreamAccess : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0 | Read | Access to read from a stream. ![]() ![]() ![]() ![]() ![]() |
| 1 | Write | Access to write to a stream. ![]() ![]() ![]() ![]() ![]() |
| 2 | ReadWrite | Access to read and write to a stream. ![]() ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.LeadStreamAccess