IModelPropertyContainer.SetProperty<TProperty> Method
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.