Uploader for Silverlight
Item Property






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Default Property Item( _
   ByVal index As System.Integer _
) As UploadFilePartInfo
'Usage
 
Dim instance As UploadFilePartPackage
Dim index As System.Integer
Dim value As UploadFilePartInfo
 
instance.Item(index) = value
 
value = instance.Item(index)
[__DynamicallyInvokable()]
public UploadFilePartInfo this[ 
   System.int index
]; {get; set;}
public  this: : UploadFilePartInfo;[ 
    index: System.Integer
]; read-write
__DynamicallyInvokableAttribute()
public  this[ 
   index : System.int
] get,set : UploadFilePartInfo
[__DynamicallyInvokable()]
public: __property UploadFilePartInfo* get_Item   System.int index
;
public: __property void set_Item   System.int index,
   UploadFilePartInfo* value
;
[__DynamicallyInvokable()]
public:
property UploadFilePartInfo^ default [int] {
   UploadFilePartInfo^ get(System.int index);
   void set (System.int index, UploadFilePartInfo^ value);
}

Parameters

index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UploadFilePartPackage Class
UploadFilePartPackage Members

Send Feedback