Selerix Developer Tools
EnrollerID Property (Note)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Note Class : EnrollerID Property
Gets or sets the enroller ID.
Syntax
'Declaration
 
Public Overridable Property EnrollerID As String
'Usage
 
Dim instance As Note
Dim value As String
 
instance.EnrollerID = value
 
value = instance.EnrollerID
public virtual string EnrollerID {get; set;}
public read-write property EnrollerID: String; virtual; 
public function get,set EnrollerID : String
public: __property virtual string* get_EnrollerID();
public: __property virtual void set_EnrollerID( 
   string* value
);
public:
virtual property String^ EnrollerID {
   String^ get();
   void set (    String^ value);
}

Property Value

The enroller ID
See Also

Reference

Note Class
Note Members