Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an implementation-specific description of 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 SecureStoreServiceCredentialsNotFoundFault
Dim value As String
value = instance.Message
instance.Message = value
[DataMemberAttribute]
public string Message { get; set; }
Property Value
Type: System.String
An implementation-specific description of the fault.
See Also
Reference
SecureStoreServiceCredentialsNotFoundFault Class