This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicExpandLinksByAttributeRule Interface > ISchematicExpandLinksByAttributeRule.StorageName Property (ArcObjects .NET 10.5 SDK) |
Name of the field used to store the decoded value of the expanded link (optional).
[Visual Basic .NET] Public Property StorageName As String
[C#] public string StorageName {get; set;}
[C++]
HRESULT get_StorageName(
BSTR* StorageName
);
[C++]
HRESULT put_StorageName(
BSTR StorageName
);
[C++]
Parameters StorageName [out, retval] StorageName is a parameter of type BSTR StorageName [in] StorageName is a parameter of type BSTR