Visual Signal ExternalBase Class Library Documentation
TExternalBase..::.DllProperty Constructor (name, type, defaultValue, category, displayName, description, tags)
VisualSignalVSignal.ExternalBaseTExternalBase..::.DllPropertyTExternalBase..::.DllProperty(String, Type, Object, String, 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,
	string tags
)
Public Sub New ( _
	name As String, _
	type As Type, _
	defaultValue As Object, _
	category As String, _
	displayName As String, _
	description As String, _
	tags As String _
)
public:
DllProperty(
	String^ name, 
	Type^ type, 
	Object^ defaultValue, 
	String^ category, 
	String^ displayName, 
	String^ description, 
	String^ tags
)
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.
tags (String)
Specifies comma-separated tags for special purposes. Currently supports: 1. "ReadOnly" - specifies that the property is read-only when displayed in Visual Signal. 2. "File:[fileter]" - specifies that the property is a file path, and can invoke the OpenFile dialog in Visual Signal. The filters used in OpenFile dialog can be specified using the standard .Net filter specification in [filter]. For example: "Text files (*.txt)|*.txt|All files (*.*)|*.*", or "Image Files(*.BMP;*.JPG;*.GIF)|*.BMP;*.JPG;*.GIF|All files (*.*)|*.*"

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