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: 12.0.0.0
Syntax
public UserDataProviderAttribute(
	string name,
	string description
)

Parameters

name
Type: SystemString
description
Type: SystemString
See Also