Visual Signal ExternalBase Class Library Documentation
TExternalBase..::.DllProperty Constructor (name, type, defaultValue, category, displayName, description)
VisualSignalVSignal.ExternalBaseTExternalBase..::.DllPropertyTExternalBase..::.DllProperty(String, Type, Object, String, String, String)
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

DllProperty constructor.
Declaration Syntax
C#Visual BasicVisual C++
public DllProperty(
	string name,
	Type type,
	Object defaultValue,
	string category,
	string displayName,
	string description
)
Public Sub New ( _
	name As String, _
	type As Type, _
	defaultValue As Object, _
	category As String, _
	displayName As String, _
	description As String _
)
public:
DllProperty(
	String^ name, 
	Type^ type, 
	Object^ defaultValue, 
	String^ category, 
	String^ displayName, 
	String^ description
)
Parameters
name (String)
Specifies the name of the property.
type (Type)
Specifies the System.Type of the property.
defaultValue (Object)
Specifies the default value of the property.
category (String)
Specifies the category of the property.
displayName (String)
Specifies the display name of the property.
description (String)
Specifies the description of the property.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)