WebResponseObject.RelationLink 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 the RelationLink property.
public System.Collections.Generic.Dictionary<string,string> RelationLink { get; }
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })]
public System.Collections.Generic.Dictionary<string,string>? RelationLink { get; }
member this.RelationLink : System.Collections.Generic.Dictionary<string, string>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })>]
member this.RelationLink : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property RelationLink As Dictionary(Of String, String)
Property Value
- Attributes