NamedPropertyMetadata.TypeId Property

Definition

Indicates whether the value of the Property is a Binary, Int64, Double, String or Guid. A common use of this field is to determine the type to use for the GetValue<T>().

public System.Fabric.PropertyTypeId TypeId { get; }
member this.TypeId : System.Fabric.PropertyTypeId
Public ReadOnly Property TypeId As PropertyTypeId

Property Value

The property type of the property.

Remarks

All Service Fabric enumerations have a reserved Invalid value.

Applies to