VDataValue Constructor (String, String) |
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic VDataValue(
string sValue,
string sAttributes
)
Public Sub New (
sValue As String,
sAttributes As String
)
public:
VDataValue(
String^ sValue,
String^ sAttributes
)
new :
sValue : string *
sAttributes : string -> VDataValue
Parameters
- sValue
- Type: SystemString
- sAttributes
- Type: SystemString
See Also