IOrganizationResource.UserDetailFirstName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
First name of the user
[Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Runtime.Info(Create=true, Description="First name of the user", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="firstName", Update=true)]
public string UserDetailFirstName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Runtime.Info(Create=true, Description="First name of the user", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="firstName", Update=true)>]
member this.UserDetailFirstName : string with get, set
Public Property UserDetailFirstName As String
Property Value
- Attributes