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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET