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



resourceType
parameterName

Glossary Item Box

Syntax

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

Parameters

resourceType
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