<Code Lib>
2023 Method
Changes 0
M

AssetProperties.FindByName

Description:
Gets the property with the given name.
Remarks:
FindByName will not visit the properties of any connected asset on any of the properties.

public AssetProperty FindByName(
	string name
)

  • String
    name
    Name of the property.
Return Value AssetProperty The property with the specified name.

Loading…