ContentElementLongLink Property |
Gets or sets the view long link which contains any over-rides or non-default view parameters.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string? LongLink { get; set; }
Public Property LongLink As String
Get
Set
public:
property String^ LongLink {
String^ get ();
void set (String^ value);
}
member LongLink : string with get, set
Property Value
Type:
String
The view's long link.
See Also