Click or drag to resize

UserDataProviderAttribute Constructor

Initializes a new instance of the UserDataProviderAttrbute class.

Namespace:  Easymap.AddIn.Data.Provider
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public UserDataProviderAttribute(
	string name,
	string description
)

Parameters

name
Type: SystemString
description
Type: SystemString
See Also