ICustomProperty.Name Property

Definition

Gets the path-relevant name of the property.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = iCustomProperty.name;
Public ReadOnly Property Name As String

Property Value

String

Platform::String

winrt::hstring

The name of the property as it would be specified in a binding expression.

Applies to