[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Facebook.Api.Generator.Configuration.MethodParameterDefinitionElement.Params"]
Assembly: Facebook.Api.Generator (in Facebook.Api.Generator.exe) Version: 1.0.3390.21860 (1.0.0.0)
Syntax
C# |
---|
[ConfigurationPropertyAttribute("params", IsKey = true, IsRequired = false)] public string Params { get; set; } |
Visual Basic (Declaration) |
---|
<ConfigurationPropertyAttribute("params", IsKey := True, IsRequired := False)> _ Public Property Params As String |
Visual C++ |
---|
[ConfigurationPropertyAttribute(L"params", IsKey = true, IsRequired = false)] public: property String^ Params { String^ get (); void set (String^ value); } |