RemoveOAuthResourceValue Method
See Also 
SourceCode.Security.OAuth Namespace > OAuthManagement Class : RemoveOAuthResourceValue Method



resourceName
parameterName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function RemoveOAuthResourceValue( _
   ByVal resourceName As String, _
   ByVal parameterName As String _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As OAuthManagement
Dim resourceName As String
Dim parameterName As String
Dim value As Boolean
 
value = instance.RemoveOAuthResourceValue(resourceName, parameterName)
C#  
public bool RemoveOAuthResourceValue( 
   string resourceName,
   string parameterName
)
C++/CLI  
public:
bool RemoveOAuthResourceValue( 
   String^ resourceName,
   String^ parameterName
) 

Parameters

resourceName
parameterName

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also