|
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 : LeadStreamShare Enumeration |
public enum LeadStreamShare : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum LeadStreamShare Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As LeadStreamShare
public enum LeadStreamShare : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTLeadStreamShare)
public enum LeadStreamShare
Leadtools.LeadStreamShare = function() { };
Leadtools.LeadStreamShare.prototype = {<br/>
None = 0,
Read = 1,
Write = 2,
ReadWrite = 3,
};
public enum class LeadStreamShare : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.LeadStreamShare