URLDataElement Constructor
Constructs new URL element
[Visual Basic]
Public Sub New( _
ByVal
Value As
String _
)
[C#]
public URLDataElement(
string Value);
Parameters
-
Value
- url value as a string
See Also
URLDataElement Class | BlueLibs.SDP Namespace