PhotoUploadResult.ImageName Property
[PhotoUploadResult.ImageName is no longer available for use as of Windows Server 2012 Essentials.] Name of photo, as stored on the file system.
Namespace: Microsoft.WindowsServerSolutions.Mobile.Web.PhotoUploader
Assembly: MobileWeb (in MobileWeb.dll)
Usage
'Usage
Dim instance As PhotoUploadResult
Dim value As String
value = instance.ImageName
instance.ImageName = value
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ImageName As String
[DataMemberAttribute]
public string ImageName { get; set; }
[DataMemberAttribute]
public:
property String^ ImageName {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_ImageName ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ImageName (String value)
CompilerGeneratedAttribute
public function get ImageName () : String
CompilerGeneratedAttribute
public function set ImageName (value : String)
Property Value
Returns String.
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
PhotoUploadResult Class
PhotoUploadResult Members
Microsoft.WindowsServerSolutions.Mobile.Web.PhotoUploader Namespace
Copyright © 2012 by Microsoft Corporation. All rights reserved.