Determines whether [is product library path] [the specified virtual path].
Syntax
'Declaration
Public Shared Function IsProductLibPath( _
ByVal As String _
) As Boolean
'Usage
Dim virtualPath As String
Dim value As Boolean
value = Utils.IsProductLibPath(virtualPath)
public static bool IsProductLibPath(
string
)
public function IsProductLibPath(
: String
): Boolean; static;
public static function IsProductLibPath(
: String
) : boolean;
public: static bool IsProductLibPath(
string*
)
public:
static bool IsProductLibPath(
String^
)
Parameters
- virtualPath
- The virtual path.
See Also