Share via


Template.ImageUrl Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Portal
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property ImageUrl As String
'Usage
Dim instance As Template 
Dim value As String 

value = instance.ImageUrl

instance.ImageUrl = value
public string ImageUrl { get; set; }
public:
property String^ ImageUrl {
    String^ get ();
    void set (String^ value);
}
public function get ImageUrl () : String 
public function set ImageUrl (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Template Class

Template Members

Microsoft.TeamFoundation.Proxy.Portal Namespace