Share via


ContainerItem.FileType Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Framework.Server Namespace