共用方式為


EmailChannel.Frequency Property

Get or set a string indicating how often a notification is sent out.

Namespace:  [Alerts Web service]
Web service reference: http://Site/_vti_bin/Alerts.asmx

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

See Also

Reference

EmailChannel Class

EmailChannel Members

Alerts Web Service