NamedPropertyMetadata.TypeId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.