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.
Represents the structure that handles a complex value.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.SharedService.ComplexValueStruct
Microsoft.SharePoint.BusinessData.SharedService.DefaultValueStruct
Microsoft.SharePoint.BusinessData.SharedService.PropertyStruct
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<KnownTypeAttribute(GetType(PropertyStruct))> _
<KnownTypeAttribute(GetType(DefaultValueStruct))> _
<DataContractAttribute(Name := "ComplexValueStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class ComplexValueStruct
'Usage
Dim instance As ComplexValueStruct
[KnownTypeAttribute(typeof(PropertyStruct))]
[KnownTypeAttribute(typeof(DefaultValueStruct))]
[DataContractAttribute(Name = "ComplexValueStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class 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.