







password box
Namespace:
HttpServer.Helpers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string Pb( string propertyName, params Object[] options ) |
| Visual Basic (Declaration) |
|---|
Public Function Pb ( _ propertyName As String, _ ParamArray options As Object() _ ) As String |
| Visual C++ |
|---|
public: String^ Pb( String^ propertyName, ... array<Object^>^ options ) |
Parameters
- propertyName
- Type: System..::.String
[Missing <param name="propertyName"/> documentation for "M:HttpServer.Helpers.ObjectForm.Pb(System.String,System.Object[])"]
- options
- Type: array<
System..::.Object
>[]()[]
[Missing <param name="options"/> documentation for "M:HttpServer.Helpers.ObjectForm.Pb(System.String,System.Object[])"]
