UserInteractionServices.Unnamed Property
Gets a localized string for "unnamed."
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Shared ReadOnly Property Unnamed As String
protected static string Unnamed { get; }
protected:
static property String^ Unnamed {
String^ get ();
}
static member Unnamed : string
static function get Unnamed () : String
Property Value
Type: System.String
A localized value that indicates a status of unnamed.
.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.