GetShortLinkOptionsLongLink Property |
Gets or sets the link to shorten.
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 = "longLink")]
public string LongLink { get; set; }
<DataMemberAttribute(Name := "longLink")>
Public Property LongLink As String
Get
Set
public:
[DataMemberAttribute(Name = L"longLink")]
property String^ LongLink {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "longLink")>]
member LongLink : string with get, set
Property Value
Type:
StringSee Also