Indicates an ISDN number.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool IsISDN { get; set; } |
Visual Basic |
---|
Public Property IsISDN As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool IsISDN {
bool get ();
void set (bool value);
} |
See Also