VsaLoader.IsValidIdentifier Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
Public Function IsValidIdentifier ( _
    identifier As String _
) As Boolean
public bool IsValidIdentifier(
    string identifier
)
public:
virtual bool IsValidIdentifier(
    String^ identifier
) sealed
abstract IsValidIdentifier : 
        identifier:string -> bool 
override IsValidIdentifier : 
        identifier:string -> bool 
public final function IsValidIdentifier(
    identifier : String
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

IVsaEngine.IsValidIdentifier(String)

See Also

Reference

VsaLoader Class

Microsoft.Vsa Namespace