Share via


IppSetAttributesResult.Succeeded Property

Definition

Gets a value that indicates whether the attribute set operation succeeded.

public:
 property bool Succeeded { bool get(); };
bool Succeeded();
public bool Succeeded { get; }
var boolean = ippSetAttributesResult.succeeded;
Public ReadOnly Property Succeeded As Boolean

Property Value

Boolean

bool

True if the set operation for all the specified attributes succeeded; otherwise, false.

Applies to