ShareLinkOptionsShortLink Property |
The short link to share.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "shortLink", EmitDefaultValue = false)]
public Uri ShortLink { get; set; }
<DataMemberAttribute(Name := "shortLink", EmitDefaultValue := false)>
Public Property ShortLink As Uri
Get
Set
public:
[DataMemberAttribute(Name = L"shortLink", EmitDefaultValue = false)]
property Uri^ ShortLink {
Uri^ get ();
void set (Uri^ value);
}
[<DataMemberAttribute(Name = "shortLink", EmitDefaultValue = false)>]
member ShortLink : Uri with get, set
Property Value
Type:
UriSee Also