EntityProperty Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property BinaryValue Gets or sets the byte array value of this EntityProperty object.
public property BooleanValue Gets or sets the boolean value of this EntityProperty object.
public property DateTimeOffsetValue Gets or sets the DateTimeOffset value of this EntityProperty object.
public property DoubleValue Gets or sets the double value of this EntityProperty object.
public property GuidValue Gets or sets the Guid value of this EntityProperty object.
public property Int32Value Gets or sets the Int32 value of this EntityProperty object.
public property Int64Value Gets or sets the Int64 value of this EntityProperty object.
public property PropertyAsObject Gets the EntityProperty as a generic object.
public property PropertyType Gets the EdmType of this EntityProperty object.
public property StringValue Gets or sets the string value of this EntityProperty object.

See Also