Share via


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

See Also

Reference

TeamFoundationLocationService Class

Microsoft.TeamFoundation.Framework.Server Namespace