SecureStoreServiceFault.Message Property
Gets or sets a message that describes the fault.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Message As String
Get
Set
'Usage
Dim instance As SecureStoreServiceFault
Dim value As String
value = instance.Message
instance.Message = value
[DataMemberAttribute]
public string Message { get; set; }
Property Value
Type: System.String
A message that describes the fault.