Reads a property from a string.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public vCardProperty ReadProperty( string text ) |
Visual Basic |
---|
Public Function ReadProperty ( _ text As String _ ) As vCardProperty |
Visual C++ |
---|
public: vCardProperty^ ReadProperty( String^ text ) |
Parameters
- text
- Type: System..::..String