NotificationContentExportProviderId Property  | 
 
            Gets or sets the ID of the export provider.
            
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Guid ExportProviderId { get; set; }Public Property ExportProviderId As Guid
	Get
	Set
public:
property Guid ExportProviderId {
	Guid get ();
	void set (Guid value);
}member ExportProviderId : Guid with get, set
Property Value
Type: 
Guid
See Also