AttributeValue.CreateNewValue Method

Public Shared Function CreateNewValue( _ 
ByVal t As AttributeType, _ 
ByVal o As Object
) As AttributeValue
This language is not supported or no code example is available.
public static AttributeValue CreateNewValue( 
AttributeType t
object o 
)
This language is not supported or no code example is available.
public:  
static AttributeValue^ CreateNewValue( 
AttributeType t
object^ o 
)
This language is not supported or no code example is available.
public static function CreateNewValue( 
t : AttributeType
o : object 
) : AttributeValue;
This language is not supported or no code example is available.

Parameters

t
AttributeType

o
object

Return Value

AttributeValue

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition