| 
            
              RadiusClientNewPinModeMessage2 Property
             | 
          
        
        
            Gets or sets the text for comparing with the text of ReplyMessage attribute in an AccessChallenge
            server response to determine whether or not Step 2 (new pin is accepted in attempt #1) of creating
            a new pin was successful.
            
        
        Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.257-beta
Syntaxpublic string NewPinModeMessage2 { get; set; }Public Property NewPinModeMessage2 As String
	Get
	Set
member NewPinModeMessage2 : string with get, set
function get_NewPinModeMessage2();
function set_NewPinModeMessage2(value);
 View SourceProperty Value
StringReturn Value
StringText for "New Pin" mode's second message.
See Also