DatabaseInformation.DatabaseGuid Property

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

Syntax

'Declaration
Public Property DatabaseGuid As Guid
public Guid DatabaseGuid { get; set; }
public:
property Guid DatabaseGuid {
    Guid get ();
    void set (Guid value);
}
member DatabaseGuid : Guid with get, set
function get DatabaseGuid () : Guid 
function set DatabaseGuid (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

DatabaseInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace