ItemSpec.Item Property

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

Syntax

‘선언
Public Property Item As String
    Get
    Set
public string Item { get; set; }
public:
property String^ Item {
    String^ get ();
    void set (String^ value);
}
member Item : string with get, set
function get Item () : String
function set Item (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ItemSpec Class

Microsoft.TeamFoundation.VersionControl.Server Namespace