Ta brskalnik ni več podprt.
Izvedite nadgradnjo na Microsoft Edge, če želite izkoristiti vse prednosti najnovejših funkcij, varnostnih posodobitev in tehnične podpore.
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.
public: property Nullable<int> StateCode { Nullable<int> get(); void set(Nullable<int> value); };
public int? StateCode { get; set; }
member this.StateCode : Nullable<int> with get, set
Public Property StateCode As Nullable(Of Integer)