CardDisplayInformation.CardVersion Property
Namespace: Microsoft.IdentityServer.CardIssuance
Assembly: Microsoft.IdentityServer (in microsoft.identityserver.dll)
Usage
Syntax
'Declaration
Public Property CardVersion As Integer
public int CardVersion { get; set; }
public:
property int CardVersion {
int get ();
void set (int value);
}
/** @property */
public int get_CardVersion ()
/** @property */
public void set_CardVersion (int value)
public function get CardVersion () : int
public function set CardVersion (value : int)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
CardDisplayInformation Class
CardDisplayInformation Members
Microsoft.IdentityServer.CardIssuance Namespace