Compartilhar via


Notification.OneShot Property

 

Indicates that the Notification object represents a one-shot notification.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)

Syntax

[DataMemberAttribute]
public bool OneShot { get; internal set; }
public:
[DataMemberAttribute]
property bool OneShot {
    bool get();
    internal: void set(bool value);
}
<DataMemberAttribute>
Public Property OneShot As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

true if the notification is a one-shot notification; otherwise, false.

See Also

Notification Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace

Return to top