ComplexProperty.DataType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data type of a property.
public:
property System::String ^ DataType { System::String ^ get(); };
public string DataType { get; }
member this.DataType : string
Public ReadOnly Property DataType As String
Property Value
The data type of the property.