PropertyMemberAst.PropertyAttributes 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.
The attributes (like public or static) of the property.
public:
property System::Management::Automation::Language::PropertyAttributes PropertyAttributes { System::Management::Automation::Language::PropertyAttributes get(); };
public System.Management.Automation.Language.PropertyAttributes PropertyAttributes { get; }
member this.PropertyAttributes : System.Management.Automation.Language.PropertyAttributes
Public ReadOnly Property PropertyAttributes As PropertyAttributes