public string ManifestDownloadAddress { get; set; }Public Property ManifestDownloadAddress As String
Get
Setpublic:
property String^ ManifestDownloadAddress {
String^ get ();
void set (String^ value);
}member ManifestDownloadAddress : string with get, set