| DimensionDataCollectionItem Property |
Namespace:
CodeStack.SwEx.MacroFeature.Data
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax public DimensionData this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As DimensionData
Get
public:
property DimensionData^ default[String^ name] {
DimensionData^ get (String^ name);
}
Parameters
- name
- Type: SystemString
Property Value
Type:
DimensionDataSee Also