CallbackHeaderBuilderCallbackBody Property |
Gets or sets the callback body.
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string CallbackBody { get; set; }
Public Property CallbackBody As String
Get
Set
public:
property String^ CallbackBody {
String^ get ();
void set (String^ value);
}
member CallbackBody : string with get, set
Property Value
Type:
StringSee Also