Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the specified property.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Sub SetProperty(Of TProperty) ( _
propertyClass As ModelPropertyClass, _
propertyValue As TProperty _
)
void SetProperty<TProperty>(
ModelPropertyClass propertyClass,
TProperty propertyValue
)
generic<typename TProperty>
void SetProperty(
ModelPropertyClass^ propertyClass,
TProperty propertyValue
)
abstract SetProperty :
propertyClass:ModelPropertyClass *
propertyValue:'TProperty -> unit
JScript does not support generic types or methods.
Type Parameters
- TProperty
Parameters
- propertyClass
Type: Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
Specifies the ModelPropertyClass of the property
- propertyValue
Type: TProperty
Specifies the value to set
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.