FeatureFlag.Name Property

Definition

A string of the form ^(\w+.)+\w+$, following a pattern of [AreaPath].[Name]

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 property Platform::String ^ Name { Platform::String ^ get(); };
public string Name { get; }
public string Name { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.Name : string
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Name : string
Public ReadOnly Property Name As String

Property Value

A string of the form ^(\w+.)+\w+$, following a pattern of [AreaPath].[Name].

Attributes

Applies to