Class LinkParameter
A link parameter.
Inheritance
System.Object
LinkParameter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class LinkParameter
Properties
Label
Contains text, which appears to the user instead of the url.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Contains a web address.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |