GetIdentityProperty Method

SimpleEssentials

Reflection..::..GetIdentityProperty Method

Namespace:  SimpleEssentials.Utils
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public static Member GetIdentityProperty(
	Object obj,
	Type overrideType
)
Public Shared Function GetIdentityProperty ( _
	obj As Object, _
	overrideType As Type _
) As Member
public:
static Member^ GetIdentityProperty(
	Object^ obj, 
	Type^ overrideType
)

Parameters

obj
Type: Object
overrideType
Type: Type