NormStr.Empty Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a value that represents an empty normalized string.
Namespace: Microsoft.SolverFoundation.Common
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Empty As NormStr
public static NormStr Empty { get; }
public:
static property NormStr^ Empty {
NormStr^ get ();
}
static member Empty : NormStr
static function get Empty () : NormStr
Property Value
Type: Microsoft.SolverFoundation.Common.NormStr
An empty normalized string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.