FileContainerItemUploadedEvent.Item Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Item As FileContainerItem
public FileContainerItem Item { get; private set; }
public:
property FileContainerItem^ Item {
FileContainerItem^ get ();
private: void set (FileContainerItem^ value);
}
member Item : FileContainerItem with get, private set
function get Item () : FileContainerItem
private function set Item (value : FileContainerItem)
Property Value
Type: Microsoft.VisualStudio.Services.FileContainer.FileContainerItem
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.