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 (25.3.0.1000)
Syntaxpublic 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