PropertyIdentifier.IsEmpty Property
Gets a value that indicates whether the current identifier was created by using an empty constructor.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
Get
public bool IsEmpty { get; }
public:
property bool IsEmpty {
bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean
Property Value
Type: System.Boolean
true if this identifier was created by using an empty constructor; otherwise, false.
.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.