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



oldResource
newResource

Glossary Item Box

Syntax

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

Parameters

oldResource
newResource

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