LocalizedString.ResourceNotFound Propriedade
Definição
Se a cadeia de caracteres não foi encontrada em um recurso.Whether the string was not found in a resource. Se true, um valor de cadeia de caracteres alternativo foi usado.If true, an alternate string value was used.
public:
property bool ResourceNotFound { bool get(); };
public bool ResourceNotFound { get; }
member this.ResourceNotFound : bool
Public ReadOnly Property ResourceNotFound As Boolean