PropertyDescriptorParse Method |
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public static PropertyDescriptor Parse(
string data
)
Public Shared Function Parse (
data As String
) As PropertyDescriptor
public:
static PropertyDescriptor^ Parse(
String^ data
)
static member Parse :
data : string -> PropertyDescriptor
Parameters
- data
- Type: SystemString
A string that represents the property description.
Return Value
Type:
PropertyDescriptorSee Also