NamespaceAvailability.ReasonDetail 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.
Gets or sets the detailed info regarding the reason associated with the namespace.
[System.Runtime.Serialization.DataMember(Name="ReasonDetail", Order=102)]
public string ReasonDetail { get; set; }
[<System.Runtime.Serialization.DataMember(Name="ReasonDetail", Order=102)>]
member this.ReasonDetail : string with get, set
Public Property ReasonDetail As String
Property Value
The detailed info regarding the reason associated with the namespace.
- Attributes