|
BroValueTypeName Property |
Gets or sets optional name of specialized type of
BroValue.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntaxpublic string TypeName { get; set; }
Public Property TypeName As String
Get
Set
member TypeName : string with get, set
/** @property */
public String get_TypeName()
/** @property */
public void set_TypeName(String value)
function get_TypeName();
function set_TypeName(value);
Property Value
Type:
String
See Also