Skip to content

e6586b29 61f6 c176 b384 b53367314288

Fernando Garcia edited this page May 8, 2018 · 1 revision

ExportsModel.GetDefaultPropertyValue(T) Method

Additional header content

Gets the default value for specified property.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static T GetDefaultPropertyValue<T>(
	Type type,
	string property
)

VB

Public Shared Function GetDefaultPropertyValue(Of T) ( 
	type As Type,
	property As String
) As T

Parameters

 

type
Type: System.Type
Type containing the property to check.
property
Type: System.String
Property name.

Type Parameters

 

T
Property type

Return Value

Type: T
Property Default.

Remarks

[Missing documentation for "M:iTin.Export.Model.ExportsModel.GetDefaultPropertyValue``1(System.Type,System.String)"]

See Also

Reference

ExportsModel Class
iTin.Export.Model Namespace

Clone this wiki locally