[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimAccountP.CustomMemberOptions / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String CustomMemberOptions{ get => IP.GetPV<String>(DimAccountP.CustomMemberOptions); set => IP.SetPV(DimAccountP.CustomMemberOptions, value); } public AddCustomMemberOptions(String customMemberOptions) => IP.AddPV(DimAccountP.CustomMemberOptions, customMemberOptions); public String? GetCustomMemberOptions() => TryGetCustomMemberOptions(out var retval) ? retval : null; public String GetCustomMemberOptions(String defaultValue) => TryGetCustomMemberOptions(out var retval) ? retval : defaultValue; public bool TryGetCustomMemberOptions(out String customMemberOptions) => IP.TryGetPV(DimAccountP.CustomMemberOptions, out customMemberOptions); |
| Cardinality | HistoryOnly |
| EnumMember | CustomMemberOptions |
| EnumType | DimAccountP |
| IsObligatory | -False- |
| Type | -String- |
6 items
Generated 2025-10-29 11:40:00.968 UTC