FileInformation.FileId Property

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

FileInformation Class

Microsoft.TeamFoundation.Server.Core Namespace