Gets or sets the enroller ID.
Syntax
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
);
'Declaration
Public Overridable Property EnrollerID As String
'Usage
Dim instance As Note
Dim value As String
instance.EnrollerID = value
value = instance.EnrollerID
Property Value
The enroller ID
See Also