ProfileArgumentValidation.ValidateApplicationContainerName Method

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Shared Sub ValidateApplicationContainerName ( _
    containerName As String _
)
public static void ValidateApplicationContainerName(
    string containerName
)
public:
static void ValidateApplicationContainerName(
    String^ containerName
)
static member ValidateApplicationContainerName : 
        containerName:string -> unit
public static function ValidateApplicationContainerName(
    containerName : String
)

Parameters

.NET Framework Security

See Also

Reference

ProfileArgumentValidation Class

Microsoft.VisualStudio.Services.Profile Namespace