Selerix Developer Tools
SignatureOwnerType Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : SignatureOwnerType Enumeration
Enum. Indicates the source of the signature.
Syntax
'Declaration
 
Public Enum SignatureOwnerType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As SignatureOwnerType
public enum SignatureOwnerType = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum SignatureOwnerType extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum SignatureOwnerType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class SignatureOwnerType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Employee0Employee.
Enroller1Enroller.
Unknown2147483647Unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.SignatureOwnerType

See Also

Reference

Selerix.BusinessObjects Namespace