'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub SetDataTypeDescription( _ ByVal dataTypeDescription As Object _ )
'Usage
Dim instance As UADataTypeDescriptor Dim dataTypeDescription As Object instance.SetDataTypeDescription(dataTypeDescription)
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public void SetDataTypeDescription( object dataTypeDescription )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: void SetDataTypeDescription( Object^ dataTypeDescription )
Parameters
- dataTypeDescription
- The data type description to be set.
The value of this parameter can be
null
(Nothing
in Visual Basic).