Share via


ErrorMessages.PathShouldNotBeTooLong Property

 

Gets a localized error string that represents a path length warning.

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

Syntax

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

Property Value

Type: System.String

A String.

See Also

ErrorMessages Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top