CreateOrUpdateCompanyResponse.Succeeded Property
Applies To: Dynamics Marketing
Gets or sets the result of the request that was performed.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Company
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
Type: Boolean
true if the operation was successful; otherwise, false.
See Also
CreateOrUpdateCompanyResponse Class
Microsoft.Dynamics.Marketing.SDK.Messages.Company Namespace
Return to top