Share via


DatabaseInformation.MirroringId Property

Specifies the ID value of the mirroring partnership.

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

Syntax

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

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

DatabaseInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace