TeamFoundationLocationService.CurrentServiceOwner Property
The unique identifier of the current service
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property CurrentServiceOwner As Guid
public Guid CurrentServiceOwner { get; private set; }
public:
property Guid CurrentServiceOwner {
Guid get ();
private: void set (Guid value);
}
member CurrentServiceOwner : Guid with get, private set
function get CurrentServiceOwner () : Guid
private function set CurrentServiceOwner (value : Guid)
Property Value
Type: System.Guid
Returns Guid.
.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.