IDomainResource.DkimErrorCode 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 DkimErrorCode { 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.DkimErrorCode : string
Public ReadOnly Property DkimErrorCode As String
Property Value
- Attributes