[This is preliminary documentation and is subject to change.]

The name of the photo.

Namespace:  OfficeClip.BusinessLayer.OfficePortal
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string PhotoName { get; }
Visual Basic (Declaration)
Public ReadOnly Property PhotoName As String
Visual C++
public:
property String^ PhotoName {
	String^ get ();
}

See Also