MethodInstanceStruct Class
Contains methods and properties that handle the method instance structure.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.SharedService.MetadataObjectStruct
Microsoft.SharePoint.BusinessData.SharedService.MethodInstanceStruct
Microsoft.SharePoint.BusinessData.SharedService.AssociationStruct
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<KnownTypeAttribute(GetType(AssociationStruct))> _
<DataContractAttribute(Name := "MethodInstanceStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class MethodInstanceStruct _
Inherits MetadataObjectStruct
'Usage
Dim instance As MethodInstanceStruct
[KnownTypeAttribute(typeof(AssociationStruct))]
[DataContractAttribute(Name = "MethodInstanceStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class MethodInstanceStruct : MetadataObjectStruct
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.