FileInformation.RepositoryGuid Property

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

Syntax

'Declaration
Public Property RepositoryGuid As String
public string RepositoryGuid { get; set; }
public:
property String^ RepositoryGuid {
    String^ get ();
    void set (String^ value);
}
member RepositoryGuid : string with get, set
function get RepositoryGuid () : String 
function set RepositoryGuid (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

FileInformation Class

Microsoft.TeamFoundation.Server.Core Namespace