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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET