Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the Uniform Resource Indicator (URI) for managing the credentials.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property CredentialManagementUrl As Uri
Get
'Usage
Dim instance As ITargetApplicationDefinition
Dim value As Uri
value = instance.CredentialManagementUrl
Uri CredentialManagementUrl { get; }
Property Value
Type: System.Uri
The URI for managing the credentials.
See Also
Reference
ITargetApplicationDefinition Interface