Selerix Developer Tools
BeneficiaryType Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : BeneficiaryType Enumeration
Enum. Identifies the Beneficiary type. The BeneficiaryType enumeration class defines the beneficiary type. For example, the primary and contingent beneficiaries.
Syntax
'Declaration
 
Public Enum BeneficiaryType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As BeneficiaryType
public enum BeneficiaryType = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum BeneficiaryType extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum BeneficiaryType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class BeneficiaryType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Contingent2Contingent beneficiary.
Other2147483647Other
Primary1Primary beneficiary.
Unknown0Unknown beneficiary.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.BeneficiaryType

See Also

Reference

Selerix.BusinessObjects Namespace