[This is preliminary documentation and is subject to change.]
Gets the type of the converter.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public Type ConverterType { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ConverterType As Type |
Visual C++ |
---|
public: property Type^ ConverterType { Type^ get (); } |