Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get properties required to serialize a particular type.
Namespace: Microsoft.SharePoint.JsonUtilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetPropertiesToSerializeForType ( _
t As Type _
) As IEnumerable(Of PropertyInfo)
'Usage
Dim t As Type
Dim returnValue As IEnumerable(Of PropertyInfo)
returnValue = JsonUtility.GetPropertiesToSerializeForType(t)
public static IEnumerable<PropertyInfo> GetPropertiesToSerializeForType(
Type t
)
Parameters
- t
Type: System.Type
Return Value
Type: System.Collections.Generic.IEnumerable<PropertyInfo>
Returns IEnumerable<T>.