FileModel.ChangeAttributes Property
Public Property ChangeAttributes() As IList(Of AttributeInfo)
This language is not supported or no code example is available.
public IList<AttributeInfo> ChangeAttributes {get; set;}
This language is not supported or no code example is available.
public:
property IList<AttributeInfo^>^ ChangeAttributes {
IList<AttributeInfo^>^ get( );
void set(
IList<AttributeInfo^>^ value
);
}
This language is not supported or no code example is available.