ScriptHttpDownloadStartedArgs.Name Property

AdiIRC API v2

ScriptHttpDownloadStartedArgsName Property

Returns the name of the download

Namespace:  AdiIRCAPIv2.Arguments.ScriptHttpDownload
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public string Name { get; }
Public ReadOnly Property Name As String
	Get
public:
property String^ Name {
	String^ get ();
}
member Name : string with get

Property Value

Type: String
See Also