Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1010 Bytes

File metadata and controls

24 lines (18 loc) · 1010 Bytes

IAttribute interface

public interface IAttribute : IElement, IReferableStructure

Members

name description
DataStorageGuid { get; } Gets the Data Storage GUID of this attribute. This is the GUID that identifies this attribute in the Mendix Runtime database.
Documentation { get; set; }
Name { get; set; }
QualifiedName { get; }
Type { get; set; }
Value { get; set; }

See Also