DashboardAlertIncludeImageInTweet Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the image should be included in the tweet
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool IncludeImageInTweet { get; set; }
Public Property IncludeImageInTweet As Boolean
Get
Set
public:
virtual property bool IncludeImageInTweet {
bool get () sealed;
void set (bool value) sealed;
}
function get_IncludeImageInTweet();
function set_IncludeImageInTweet(value);
Property Value
Type:
BooleanTrue if the image should be included in the tweet
Return Value
Type:
BooleanTrue if the image should be included in the tweet
Remarks See Also