IDomainResource.Dkim2ErrorCode 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.
Error code. This property will only be present if the status is UnableToVerify.
[Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="Error code. This property will only be present if the status is UnableToVerify.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="errorCode", Update=false)]
public string Dkim2ErrorCode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="Error code. This property will only be present if the status is UnableToVerify.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="errorCode", Update=false)>]
member this.Dkim2ErrorCode : string
Public ReadOnly Property Dkim2ErrorCode As String
Property Value
- Attributes