JsonExtensionsRemoveProperty Method  | 
 [Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JsonExtensions.RemoveProperty(Stimulsoft.Base.Json.Linq.JObject,System.String)"]
 
    Namespace: 
   Stimulsoft.Base.Json.Linq
    Assembly:
   Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntaxpublic static void RemoveProperty(
	this JObject jObject,
	string propertyName
)
<ExtensionAttribute>
Public Shared Sub RemoveProperty ( 
	jObject As JObject,
	propertyName As String
)
Parameters
- jObject
 - Type: Stimulsoft.Base.Json.LinqJObject
[Missing <param name="jObject"/> documentation for "M:Stimulsoft.Base.Json.Linq.JsonExtensions.RemoveProperty(Stimulsoft.Base.Json.Linq.JObject,System.String)"]
 - propertyName
 - Type: SystemString
[Missing <param name="propertyName"/> documentation for "M:Stimulsoft.Base.Json.Linq.JsonExtensions.RemoveProperty(Stimulsoft.Base.Json.Linq.JObject,System.String)"]
 
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
JObject. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
See Also