ResourcePropertyArgs Class

Inheritance Hierarchy

System.Object
  System.Data.Services.Providers.ResourcePropertyArgs

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Class ResourcePropertyArgs
'Usage
Dim instance As ResourcePropertyArgs
public class ResourcePropertyArgs
public ref class ResourcePropertyArgs
type ResourcePropertyArgs =  class end
public class ResourcePropertyArgs

The ResourcePropertyArgs type exposes the following members.

Properties

  Name Description
Public property IsVisible
Public property Kind
Public property Name
Public property PropertyInfo
Public property PropertyType

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

System.Data.Services.Providers Namespace