Gets or sets the Autodesk account username of the user.
Namespace: Autodesk.Revit.CloudWorksharing.DataContractsAssembly: Autodesk.Revit.CloudWorksharingAPI.Abstractions (in Autodesk.Revit.CloudWorksharingAPI.Abstractions.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic string UserName { get; set; }Public Property UserName As String
Get
Set
public:
property String^ UserName {
String^ get ();
void set (String^ value);
}member UserName : string with get, set
Property Value
String
See Also