Edit

Share via


PropertyAttribute(String, String) Constructor

Definition

Constructs PropertyAttribute

public PropertyAttribute (string? name = default, string? displayName = default);
new System.Device.Model.PropertyAttribute : string * string -> System.Device.Model.PropertyAttribute
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing)

Parameters

name
String

Optional name of the property in the interface. If not provided property name will be used.

displayName
String

Optional name of the property in the interface. If not provided it may be infered from the type.

Applies to