 | PublicLibraryCatalogLibraryVersionDownloadLink Property |
Gets and sets the download link where to load the library. The link
should be public availabe
Namespace: Aml.Engine.ResourcesAssembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntaxpublic string DownloadLink { get; set; }
Public Property DownloadLink As String
Get
Set
public:
property String^ DownloadLink {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also