NotificationSource.ToString Method ()
Returns a String that represents the current object.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
Public Overrides Function ToString As String
Return Value
Type: System.String
A String that represents the current object.
See Also
NotificationSource Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top