CustomJsonProperty<TOwner> Class
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.
A base class for custom properties that represents a JSON object as a collection of distinct properties.
public abstract class CustomJsonProperty<TOwner> where TOwner : MetadataObject
type CustomJsonProperty<'Owner (requires 'Owner :> MetadataObject)> = class
Public MustInherit Class CustomJsonProperty(Of TOwner)
Type Parameters
- TOwner
The type of MetadataObject that is the owner of the custom property.
- Inheritance
-
CustomJsonProperty<TOwner>
- Derived
Properties
IsEmpty |
Gets an indication if the custom-property object is empty. |
Item[String] |
Get and set the value in the automatic aggregation options. Null denotes missing key, setting value to null means to remove the key. |
Methods
ParseJson(String) |
Parse a json string |
ToJson() |
Format object as string |
ToString() |
Format object as string |