MembershipBaseObjectWarnings Property |
Gets a list of warnings associated with the instance.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyList<string> Warnings { get; }
Public ReadOnly Property Warnings As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ Warnings {
IReadOnlyList<String^>^ get ();
}
member Warnings : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListStringSee Also