Notification.Source Property
Gets the source of the notification.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
[DataMemberAttribute]
public NotificationSource Source { get; internal set; }
public:
[DataMemberAttribute]
property NotificationSource^ Source {
NotificationSource^ get();
internal: void set(NotificationSource^ value);
}
<DataMemberAttribute>
Public Property Source As NotificationSource
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationSource
An instance of NotificationSource.
Remarks
The Source property is only used to compare NotificationSource objects for equality. If two notifications have the same Source property, then they came from the same source.
See Also
Notification Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top