DynamicPropertyManager.getPropertySheet(String, Boolean) Method
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.
Microsoft internal use only.
public:
virtual void getPropertySheet(System::String ^ _configString, bool _canWebletTypeChange);
public virtual void getPropertySheet (string _configString, bool _canWebletTypeChange);
abstract member getPropertySheet : string * bool -> unit
override this.getPropertySheet : string * bool -> unit
Public Overridable Sub getPropertySheet (_configString As String, _canWebletTypeChange As Boolean)
Parameters
- _configString
- String
A value that indicates whether the weblet type can change.
- _canWebletTypeChange
- Boolean
A value that indicates whether the weblet type can change.