CommonStructureEdit.SelectedNodeUri Property
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property SelectedNodeUri As String
public string SelectedNodeUri { get; }
public:
property String^ SelectedNodeUri {
String^ get ();
}
member SelectedNodeUri : string with get
function get SelectedNodeUri () : 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.