PublicUserAboutMeText Property |
About me text, written by the user.
Namespace:
Aloe.EnterpriseOne.Model.Systems.External
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string AboutMeText { get; set; }
Public Property AboutMeText As String
Get
Set
public:
property String^ AboutMeText {
String^ get ();
void set (String^ value);
}
member AboutMeText : string with get, set
Property Value
Type:
String
See Also