DefaultValueStruct class
Contains methods and properties that handle the default value structure.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.BusinessData.SharedService.ComplexValueStruct
Microsoft.SharePoint.BusinessData.SharedService.DefaultValueStruct
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "DefaultValueStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class DefaultValueStruct _
Inherits ComplexValueStruct
'Usage
Dim instance As DefaultValueStruct
[DataContractAttribute(Name = "DefaultValueStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class DefaultValueStruct : ComplexValueStruct
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.