RetrieveCategoryValuesResponse.Succeeded Property
Gets or sets a value indicating whether the operation was successful.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Category
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public bool Succeeded { get; set; }
public:
[DataMemberAttribute]
property bool Succeeded {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member Succeeded : bool with get, set
<DataMemberAttribute>
Public Property Succeeded As Boolean
Property Value
Type: System.Boolean
true, if the operation was successful; otherwise, false.
See Also
RetrieveCategoryValuesResponse Class
Microsoft.Dynamics.Marketing.SDK.Messages.Category Namespace
Return to top