Share via


PhotoUpload.PhotoStream Property

[PhotoUpload.PhotoStream is no longer available for use as of Windows Server 2012 Essentials.] An array of bytes that represents the photo to upload.

Namespace: Microsoft.WindowsServerSolutions.Mobile.Web.PhotoUploader
Assembly: MobileWeb (in MobileWeb.dll)

Usage

'Usage
Dim instance As PhotoUpload
Dim value As Byte()

value = instance.PhotoStream

Syntax

'Declaration
<DataMemberAttribute> _
Public Property PhotoStream As Byte()
[DataMemberAttribute] 
public byte[] PhotoStream { get; }
[DataMemberAttribute] 
public:
property array<unsigned char>^ PhotoStream {
    array<unsigned char>^ get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public byte[] get_PhotoStream ()
CompilerGeneratedAttribute 
public function get PhotoStream () : byte[]

Property Value

Returns Byte.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

PhotoUpload Class
PhotoUpload Members
Microsoft.WindowsServerSolutions.Mobile.Web.PhotoUploader Namespace

Copyright © 2012 by Microsoft Corporation. All rights reserved.