Intersoft ClientUI Documentation
PartialFileID Property



Gets or sets the unique identifier of the partial file data in this chunk.
Syntax
<DataMemberAttribute(False)>
Public Property PartialFileID As Guid
Dim instance As FileUploadChunk
Dim value As Guid
 
instance.PartialFileID = value
 
value = instance.PartialFileID
[DataMemberAttribute(false)]
public Guid PartialFileID {get; set;}
[DataMemberAttribute(false)]
public:
property Guid PartialFileID {
   Guid get();
   void set (    Guid value);
}
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

FileUploadChunk Class
FileUploadChunk Members

Send Feedback