ModelPropertyContainerClass.GetPropertyClass Method
Returns the property metadata object that are identified by the provided name.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetPropertyClass ( _
name As String _
) As ModelPropertyClass
public ModelPropertyClass GetPropertyClass(
string name
)
public:
ModelPropertyClass^ GetPropertyClass(
String^ name
)
member GetPropertyClass :
name:string -> ModelPropertyClass
public function GetPropertyClass(
name : String
) : ModelPropertyClass
Parameters
- name
Type: System.String
The name of the property.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
The property metadata.
.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.
See Also
Reference
ModelPropertyContainerClass Class