Notification.Owner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The user name of the owner who generated the notification. User name is in the form of domain\alias.
public:
abstract property System::String ^ Owner { System::String ^ get(); };
public abstract string Owner { get; }
member this.Owner : string
Public MustOverride ReadOnly Property Owner As String
Property Value
The user name of the owner who generated the subscription.