ClientInstallFilter.ToString Method ()
Returns a string representation of the current object
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
Public Overrides Function ToString As String
Return Value
Type: System.String
An instance of String.
See Also
ClientInstallFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top