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



resourceType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetOAuthResourceTypeParameters( _
   ByVal resourceType As String _
) As List(Of OAuthResourceTypeParameter)
Visual Basic (Usage) Copy Code
Dim instance As OAuthManagement
Dim resourceType As String
Dim value As List(Of OAuthResourceTypeParameter)
 
value = instance.GetOAuthResourceTypeParameters(resourceType)
C#  
public List<OAuthResourceTypeParameter> GetOAuthResourceTypeParameters( 
   string resourceType
)
C++/CLI  
public:
List<OAuthResourceTypeParameter^>^ GetOAuthResourceTypeParameters( 
   String^ resourceType
) 

Parameters

resourceType

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