Share via


FileInformation.RepositoryId Property

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

Syntax

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

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

FileInformation Class

Microsoft.TeamFoundation.Server.Core Namespace