GetVaultNameFromPath Method (IEdmVault20)
Syntax
Visual Basic (Declaration) | |
---|
Function GetVaultNameFromPath( _
ByVal bsPath As System.String _
) As System.String |
C# | |
---|
System.string GetVaultNameFromPath(
System.string bsPath
) |
C++/CLI | |
---|
System.String^ GetVaultNameFromPath(
& System.String^ bsPath
) |
Parameters
- bsPath
See Also