Share via


ErrorMessages.ShouldBeGuidList Property

 

Looks up a localized string similar to The syntax of the specified list of GUIDs is incorrect.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly:  Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)

Syntax

public static string ShouldBeGuidList { get; }
public:
property String^ ShouldBeGuidList {
    static String^ get();
}
Public Shared ReadOnly Property ShouldBeGuidList As String

Property Value

Type: System.String

A list of GUIDs separated by commas.

See Also

ErrorMessages Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top