PropertyContainerClass.GetPropertyClass Method

Returns the property class defined by the name.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function GetPropertyClass ( _
    name As String _
) As PropertyClass
'Usage
Dim instance As PropertyContainerClass
Dim name As String
Dim returnValue As PropertyClass

returnValue = instance.GetPropertyClass(name)
public PropertyClass GetPropertyClass(
    string name
)
public:
PropertyClass^ GetPropertyClass(
    String^ name
)
public function GetPropertyClass(
    name : String
) : PropertyClass
member GetPropertyClass : 
        name:string -> PropertyClass 

Parameters

  • name
    Type: System.String
    Specifies the name of the desired property class

Return Value

Type: Microsoft.Data.Schema.SchemaModel.PropertyClass
Returns a PropertyClass.

.NET Framework Security

See Also

Reference

PropertyContainerClass Class

PropertyContainerClass Members

Microsoft.Data.Schema.SchemaModel Namespace