Visual Basic (Declaration) | |
---|---|
Public Function UpdateOAuthResourceValue( _ ByVal oldResourceValue As SourceCode.Security.OAuth.OAuthResourceValueEx, _ ByVal newResourceValue As SourceCode.Security.OAuth.OAuthResourceValueEx _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As OAuthManagement Dim oldResourceValue As SourceCode.Security.OAuth.OAuthResourceValueEx Dim newResourceValue As SourceCode.Security.OAuth.OAuthResourceValueEx Dim value As Boolean value = instance.UpdateOAuthResourceValue(oldResourceValue, newResourceValue) |
C# | |
---|---|
public bool UpdateOAuthResourceValue( SourceCode.Security.OAuth.OAuthResourceValueEx oldResourceValue, SourceCode.Security.OAuth.OAuthResourceValueEx newResourceValue ) |
C++/CLI | |
---|---|
public: bool UpdateOAuthResourceValue( SourceCode.Security.OAuth.OAuthResourceValueEx^ oldResourceValue, SourceCode.Security.OAuth.OAuthResourceValueEx^ newResourceValue ) |
Parameters
- oldResourceValue
- newResourceValue
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