ITagProperty.Upn 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.
Returns the User Principal Name of the user who added the tag.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Returns the User Principal Name of the user who added the tag.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="upn")]
public string Upn { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Returns the User Principal Name of the user who added the tag.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="upn")>]
member this.Upn : string
Public ReadOnly Property Upn As String
Property Value
- Attributes