CngProperty.Name Property

Definition

Gets the property name that the current CngProperty object specifies.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The property name that is set in the current CngProperty object.

Applies to