BlueLibs documentation

StringDataElement Constructor 

Constructs new String data element

[Visual Basic]
Public Sub New( _
   ByVal Value As String _
)
[C#]
public StringDataElement(
   string Value
);

Parameters

Value
value to set to the data element

See Also

StringDataElement Class | BlueLibs.SDP Namespace