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
- 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.