1 write to _type
Aspire.Hosting.Radius (1)
Publishing\Constructs\RadiusSecretStoreConstruct.cs (1)
116
_type
= DefineProperty<string>(nameof(StoreType), ["properties", "type"]);
2 references to _type
Aspire.Hosting.Radius (2)
Publishing\Constructs\RadiusSecretStoreConstruct.cs (2)
74
get { Initialize(); return
_type
!; }
75
set { Initialize();
_type
!.Assign(value); }