ResourceSerializationSettingsIncludeNullValues Property |
Gets or sets a value that indicates if null attributes should be included in the response. If the IncludePermissionHints value is set, null values will always be included.
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic bool IncludeNullValues { get; set; }
Public Property IncludeNullValues As Boolean
Get
Set
public:
property bool IncludeNullValues {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also