Item Property

MSBuild

Represents the VSS item selected (file or project).


Namespace: MSBuild.Community.Tasks.SourceSafe
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Protected Property Item As IVSSItem
C#
protected IVSSItem Item { get; set; }
C++
protected property IVSSItem Item sealed  {
    IVSSItem get();
    void set(IVSSItem value);
}
J#
/** property */
protected IVSSItem get_Item();

/** property */
protected void set_Item(IVSSItem value);
JScript
protected function get Item() : IVSSItem

protected function set Item(value : IVSSItem);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.