 | DatabaseObjectPropertyInfoName Property |
Gets or sets the name for the object-property
Namespace:
NLog.Targets
Assembly:
NLog.Database (in NLog.Database.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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