SetPath Method (PropertyPath)
In This Topic
Sets this collection from string with fields or properties.
Syntax
'Declaration
Public Sub SetPath( _
ByVal As String _
)
public void SetPath(
string
)
Parameters
- path
- The string, which uses the '\\' as a separator.
See Also