IMiscStrings.ExtraSupportInfo Property
Represents any additional information that may be shown in the VAP information section of the dashboard home page.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string ExtraSupportInfo { get; }
property String^ ExtraSupportInfo {
String^ get();
}
ReadOnly Property ExtraSupportInfo As String
Property Value
Type: System.String
Returns String.
Remarks
Returns null if no information should be added.
See Also
IMiscStrings Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top