PrimitivePropertyConfiguration.GetType Method
Definition
Gets the Type of the current instance.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public Type GetType ();
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type
Returns
The exact runtime type of the current instance.
- Attributes