Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 767 Bytes

File metadata and controls

25 lines (16 loc) · 767 Bytes

IModule.Name property

Name of the module.

public string Name { get; set; }

Exceptions

exception condition
ArgumentException New value is not valid for this document type or is not unique.
InvalidOperationException Value is changed when not inside a ITransaction.

Remarks

Note that changing a name of the module renames it. That is, all by-name reference to that module or documents inside it are updated.

See Also