OtherProperty class

Represents a simple key-value pair that is used for returning key-value pairs from web methods.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.WebServices.OtherProperty

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class OtherProperty
'Usage
Dim instance As OtherProperty
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class OtherProperty

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.

See also

Reference

OtherProperty members

Microsoft.SharePoint.Publishing.WebServices namespace