Returns an enumeration over the subject resource URIs for all preconditions reported
as not being met.
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public IEnumerable<string> InvalidSubjects { get; } |
Visual Basic |
---|
Public ReadOnly Property InvalidSubjects As IEnumerable(Of String)
Get |
Visual C++ |
---|
public:
property IEnumerable<String^>^ InvalidSubjects {
IEnumerable<String^>^ get ();
} |
F# |
---|
member InvalidSubjects : IEnumerable<string> with get
|
Property Value
Type:
IEnumerable<(Of <(<'String>)>)>
See Also