共用方式為


ICommunicationDetails.Sender Property

Definition

Email address of the sender. This property is required if called by a service principal.

[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Email address of the sender. This property is required if called by a service principal.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sender", Update=true)]
public string Sender { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Email address of the sender. This property is required if called by a service principal.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sender", Update=true)>]
member this.Sender : string with get, set
Public Property Sender As String

Property Value

Attributes

Applies to