Share via


AppManUtilities.ValidateListMembers Method (String, String, Int32)

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim list As String
Dim separator As String
Dim memberLength As Integer
Dim returnValue As Boolean

returnValue = AppManUtilities.ValidateListMembers(list, separator, memberLength)

Syntax

'Declaration
Public Shared Function ValidateListMembers ( _
    list As String, _
    separator As String, _
    memberLength As Integer _
) As Boolean
public static bool ValidateListMembers (
    string list,
    string separator,
    int memberLength
)
public:
static bool ValidateListMembers (
    String^ list, 
    String^ separator, 
    int memberLength
)
public static boolean ValidateListMembers (
    String list, 
    String separator, 
    int memberLength
)
public static function ValidateListMembers (
    list : String, 
    separator : String, 
    memberLength : int
) : boolean

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AppManUtilities Class
AppManUtilities Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace