Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the text of the link.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string Text { get; set; }
public:
property String^ Text {
String^ get();
void set(String^ value);
}
Public Property Text As String
Property Value
Type: System.String
An instance of String that contains the text of the link.
See Also
ServiceLink Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top