TK.SetAsset Method

Set new value to asset
Public Shared Function SetAsset( _ 
ByVal name As String, _ 
ByVal newValue As Object
) As Boolean
This language is not supported or no code example is available.
public static bool SetAsset( 
string name
object newValue 
)
This language is not supported or no code example is available.

Parameters

name
string

Asset name

newValue
object

New value

Return Value

bool

Flag success

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition