Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the bag of properties used by each adorner to retrieve form data.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected FormPropertyBag PropertyBag { get; private set; }
protected:
property FormPropertyBag^ PropertyBag {
FormPropertyBag^ get();
private: void set(FormPropertyBag^ value);
}
Protected Property PropertyBag As FormPropertyBag
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.FormPropertyBag
A FormPropertyBag containing the form data.
See Also
AddinPageContent Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top