 | DatabaseObjectPropertyInfoName Property |
Gets or sets the name for the object-property
Namespace:
NLog.Targets
Assembly:
NLog.Database (in NLog.Database.dll) Version: 6.0.0+be83582280f7a841b0d3c6ae75b4f95aaf07e914
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
Dim instance As DatabaseObjectPropertyInfo
Dim value As String
value = instance.Name
instance.Name = value
member Name : string with get, set
Property Value
Type:
String
See Also