Cuminas DjVu SDK for .NET Framework
Target Property (CredentialEventArgs)



Gets the target realm for the credential.
Syntax
Public ReadOnly Property Target As String
Dim instance As CredentialEventArgs
Dim value As String
 
value = instance.Target
public string Target {get;}
public:
property String^ Target {
   String^ get();
}

Property Value

It can be null or empty string if the target is not explicitly specified.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

CredentialEventArgs Class
CredentialEventArgs Members

Send Feedback