DynamicKeyword.HasReservedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the list of properties that are reserved for future use.
public:
property bool HasReservedProperties { bool get(); void set(bool value); };
public:
property bool HasReservedProperties { bool get(); void set(bool value); };
public bool HasReservedProperties { get; set; }
member this.HasReservedProperties : bool with get, set
Public Property HasReservedProperties As Boolean