GetShortLinkOptionsLongLink Property |
Gets or sets the link to shorten.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
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:
String
See Also