TfsMessageQueue.Id Property

Gets the unique identifier for this queue.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property Id As Uri
public Uri Id { get; private set; }
public:
property Uri^ Id {
    Uri^ get ();
    private: void set (Uri^ value);
}
member Id : Uri with get, private set
function get Id () : Uri 
private function set Id (value : Uri)

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

TfsMessageQueue Class

Microsoft.TeamFoundation.Framework.Client Namespace