 | TargetPropertyWithContextPropertyType Property |
Gets or sets the type of the property.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic Type PropertyType { get; set; }
Public Property PropertyType As Type
Get
Set
Dim instance As TargetPropertyWithContext
Dim value As Type
value = instance.PropertyType
instance.PropertyType = value
member PropertyType : Type with get, set
Property Value
Type:
Type
RemarksDefault:
See Also