nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / IProperty

IProperty

Full name Microsoft.VisualBasic.ComponentModel.DataSourceModel.IProperty Assembly Microsoft.VisualBasic.Runtime Members 2

01 Syntax

Microsoft.VisualBasic.ComponentModel.DataSourceModel.IProperty

02 Methods

NameOverloadsSummary
GetValue 1 Gets property value from target object.
SetValue 1 Set value to the property of target object.

03 Members

method GetValue #
GetValue(Object)

Gets property value from target object.

Parameters
NameTypeDescription
targetObject

-

method SetValue #
SetValue(Object, Object)

Set value to the property of target object.

Parameters
NameTypeDescription
targetObject

-

valueObject

-