Share via


BranchMovedEvent.NodeUri Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BranchMovedEvent Class

Microsoft.TeamFoundation.Server Namespace