Skip to main content Skip to complementary content

Set Method

Overloads

Set<T>(String, T)

Sets a property in the abstract structure

Set<T>(String, T)

Sets a property in the abstract structure

Declaration

      void Set<T>(string propertyName, T value)
    

Parameters

Type Name Description
System.String propertyName

Name of property.

T value

The value to set.

Type Parameters

Name Description
T

The type of the element.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!