Gets or sets the first name 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 FirstName { get; set; }Public Property FirstName As String
Get
Set
public:
property String^ FirstName {
String^ get ();
void set (String^ value);
}member FirstName : string with get, set
Property Value
String
See Also