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

string value of the alias for the account

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string AccountAlias { get; set; }
Visual Basic (Declaration)
Public Property AccountAlias As String
Visual C++
public:
property String^ AccountAlias {
	String^ get ();
	void set (String^ value);
}

See Also