HResults.DTS_E_PROPERTYWRITEONLY Field

Definition

MessageId: DTS_E_PROPERTYWRITEONLY MessageText: The property "%1!s!" is write-only. This error occurs when trying to retrieve the value of a property through a property object, but the property is write-only.

public: int DTS_E_PROPERTYWRITEONLY = -1073614809;
public const int DTS_E_PROPERTYWRITEONLY = -1073614809;
val mutable DTS_E_PROPERTYWRITEONLY : int
Public Const DTS_E_PROPERTYWRITEONLY As Integer  = -1073614809

Field Value

Value = -1073614809

Applies to