Gets or sets the IP source.
Syntax
'Declaration
Public Overridable Property SourceIP As String
'Usage
Dim instance As EnrollmentSession
Dim value As String
instance.SourceIP = value
value = instance.SourceIP
public virtual string SourceIP {get; set;}
public read-write property SourceIP: String; virtual;
public function get,set SourceIP : String
public: __property virtual string* get_SourceIP();
public: __property virtual void set_SourceIP(
string* value
);
public:
virtual property String^ SourceIP {
String^ get();
void set ( String^ value);
}
Property Value
The IP source.
See Also