CreateFileModel.resolved_attribs Property
Public Property resolved_attribs() As Dictionary(Of String, EntityID)
This language is not supported or no code example is available.
public Dictionary<string, EntityID> resolved_attribs {get; set;}
This language is not supported or no code example is available.
public:
property Dictionary<String^, EntityID^>^ resolved_attribs {
Dictionary<String^, EntityID^>^ get( );
void set(
Dictionary<String^, EntityID^>^ value
);
}
This language is not supported or no code example is available.