ITargetApplicationDefinition.CredentialManagementUrl Property
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