AssemblyMetadata.DownloadInfo Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property DownloadInfo As String
public string DownloadInfo { get; set; }
public:
property String^ DownloadInfo {
String^ get ();
void set (String^ value);
}
member DownloadInfo : string with get, set
function get DownloadInfo () : String
function set DownloadInfo (value : String)
Property Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace