Share via


BuildResourceChangedEvent.ResourceType Property

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'宣言
Public Property ResourceType As String
    Get
    Set
public string ResourceType { get; set; }
public:
property String^ ResourceType {
    String^ get ();
    void set (String^ value);
}
member ResourceType : string with get, set
function get ResourceType () : String
function set ResourceType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildResourceChangedEvent Class

Microsoft.TeamFoundation.Build.Server Namespace