EmailChannel.Frequency property
Get or set a string indicating how often a notification is sent out.
Namespace: WebSvcAlerts
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
Public Property Frequency As String
Get
Set
'Usage
Dim instance As EmailChannel
Dim value As String
value = instance.Frequency
instance.Frequency = value
public string Frequency { get; set; }
Property value
Type: System.String
Remarks
A string indicating how often a notification is sent out. The value must be listed in the following table.
String |
Description |
---|---|
Immediate |
A notification is sent immediately |
Daily |
A notification is sent during daily processing |
Weekly |
A notification is sent during weekly processing |