DataClientObjectAttribute Class

Definition

Specifies that instances of a DDEX support entity should not be directly returned to clients. Instead, they should be returned through a client wrapper object that interacts with the underlying provider object.

public ref class DataClientObjectAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public sealed class DataClientObjectAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)>]
type DataClientObjectAttribute = class
    inherit Attribute
Public NotInheritable Class DataClientObjectAttribute
Inherits Attribute
Inheritance
DataClientObjectAttribute
Attributes

Constructors

DataClientObjectAttribute(String)

Initializes a new instance of the DataClientObjectAttribute class, specifying the class ID.

Properties

ClassId

Gets the class ID that identifies the client object class type.

Applies to