Gets or sets the file stream

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public string Filename { get; set; }
Visual Basic (Declaration)
Public Property Filename As String
Visual C++
public:
property String^ Filename {
	String^ get ();
	void set (String^ value);
}

See Also