This document is archived and information here might be outdated.  Recommended version.


IStringDomain.Format Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > IStringDomain Interface > IStringDomain.Format Property
ArcGIS Developer Help

IStringDomain.Format Property

The format for the associated string attribute.

[Visual Basic .NET]
Public Property Format As String
[C#]
public string Format {get; set;}
[C++]
HRESULT get_Format(
  System.String* Format
);
[C++]
HRESULT put_Format(
  BSTR Format
);
[C++]
Parameters
Format [out, retval]

Format is a parameter of type BSTR* Format [in]
Format is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The Format property returns or sets the format that members of this domain must adhere to in order to be considered valid.

Remarks

This property returns the valid string format associated with the string domain.

See Also

IStringDomain Interface