|
BroFieldName Property |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
member Name : string with get, set
/** @property */
public String get_Name()
/** @property */
public void set_Name(String value)
function get_Name();
function set_Name(value);
Property Value
Type:
String
See Also