Share via


TableColumnAttribute.ColumnType Property

 

The TableColumnType for property this attribute is applied to.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

Syntax

public TableColumnType ColumnType {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property TableColumnType ColumnType {
    [CompilerGeneratedAttribute]
    TableColumnType get();
    [CompilerGeneratedAttribute]
    private: void set(TableColumnType value);
}
member ColumnType : TableColumnType with get, private set
Public Property ColumnType As TableColumnType
    Get
    Private Set
End Property

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType

See Also

TableColumnAttribute Class
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top