NET FTP Library
SessionGuid Property (TransferStartedEventArgs)






KellermanSoftware.NetFtpLibrary Namespace > TransferStartedEventArgs Class : SessionGuid Property
A unique identifier for this instantiated ftp session
Syntax
'Declaration
 
Public Property SessionGuid As System.Guid
'Usage
 
Dim instance As TransferStartedEventArgs
Dim value As System.Guid
 
instance.SessionGuid = value
 
value = instance.SessionGuid
public System.Guid SessionGuid {get; set;}
public read-write property SessionGuid: System.Guid; 
public function get,set SessionGuid : System.Guid
public: __property System.Guid get_SessionGuid();
public: __property void set_SessionGuid( 
   System.Guid value
);
public:
property System.Guid SessionGuid {
   System.Guid get();
   void set (    System.Guid value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransferStartedEventArgs Class
TransferStartedEventArgs Members