<Code Lib>
2027 Method
Changes 0
M

AssetPropertyList.IsValidValue

Description:
Check that value is valid.

public bool IsValidValue(
	IList<AssetProperty> value
)

  • value
    The array of properties to validate.
Return Value Boolean Returns true if the array of properties is valid, false otherwise.

Loading…