NameAuthorizationRequirement.RequiredName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the required name that the current user must have.
public:
property System::String ^ RequiredName { System::String ^ get(); };
public string RequiredName { get; }
member this.RequiredName : string
Public ReadOnly Property RequiredName As String