[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.ShippingAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public string Name { get; set; }
[ConfigAttribute]
public string Name { get; set; }
<ConfigAttribute>
Public Property Name As String
Get
Set
<ConfigAttribute>
Public Property Name As String
Get
Set
public:
[ConfigAttribute]
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
public:
[ConfigAttribute]
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
[<ConfigAttribute>]
abstract Name : string with get, set
[<ConfigAttribute>]
override Name : string with get, set
[<ConfigAttribute>]
abstract Name : string with get, set
[<ConfigAttribute>]
override Name : string with get, set
Property Value
Type:
StringImplements
INamed Name