[Missing <summary> documentation for "P:NHibernate.Mapping.SimpleValue.IdentifierGeneratorProperties"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public IDictionary<string, string> IdentifierGeneratorProperties { get; set; }  | 
| Visual Basic | 
|---|
Public Property IdentifierGeneratorProperties As IDictionary(Of String, String) Get Set  | 
| Visual C++ | 
|---|
public: property IDictionary<String^, String^>^ IdentifierGeneratorProperties { IDictionary<String^, String^>^ get (); void set (IDictionary<String^, String^>^ value); }  |