SecureStoreServiceTargetApplicationNotFoundFault.Message property
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 SecureStoreServiceTargetApplicationNotFoundFault
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
SecureStoreServiceTargetApplicationNotFoundFault class