GetOAuthResource(Guid) Method
See Also 
SourceCode.Security.OAuth Namespace > OAuthManagement Class > GetOAuthResource Method : GetOAuthResource(Guid) Method



resourceID

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetOAuthResource( _
   ByVal resourceID As Guid _
) As SourceCode.Security.OAuth.OAuthResource
Visual Basic (Usage) Copy Code
Dim instance As OAuthManagement
Dim resourceID As Guid
Dim value As SourceCode.Security.OAuth.OAuthResource
 
value = instance.GetOAuthResource(resourceID)
C#  
public SourceCode.Security.OAuth.OAuthResource GetOAuthResource( 
   Guid resourceID
)
C++/CLI  
public:
SourceCode.Security.OAuth.OAuthResource^ GetOAuthResource( 
   Guid resourceID
) 

Parameters

resourceID

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