Clase ComplexValueStruct
Representa la estructura que controla un valor complejo.
Jerarquía de la herencia
System.Object
Microsoft.SharePoint.BusinessData.SharedService.ComplexValueStruct
Microsoft.SharePoint.BusinessData.SharedService.DefaultValueStruct
Microsoft.SharePoint.BusinessData.SharedService.PropertyStruct
Espacio de nombres: Microsoft.SharePoint.BusinessData.SharedService
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "ComplexValueStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<KnownTypeAttribute(GetType(PropertyStruct))> _
<KnownTypeAttribute(GetType(DefaultValueStruct))> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class ComplexValueStruct
'Uso
Dim instance As ComplexValueStruct
[DataContractAttribute(Name = "ComplexValueStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[KnownTypeAttribute(typeof(PropertyStruct))]
[KnownTypeAttribute(typeof(DefaultValueStruct))]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class ComplexValueStruct
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.BusinessData.SharedService