  | FlowLinkUrl Property | 
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Flow.FlowLink.Url"]
 Namespace: WikiClientLibrary.FlowAssembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string Url { get; }Public ReadOnly Property Url As String
	Get
Dim instance As FlowLink
Dim value As String
value = instance.Url
public:
property String^ Url {
	String^ get ();
}member Url : string with get
Property Value
String
See Also