| AppendObjectRequestInitCrc Property  | 
            Gets or sets the init crc.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic Nullable<ulong> InitCrc { get; set; }Public Property InitCrc As Nullable(Of ULong)
	Get
	Set
public:
property Nullable<unsigned long long> InitCrc {
	Nullable<unsigned long long> get ();
	void set (Nullable<unsigned long long> value);
}member InitCrc : Nullable<uint64> with get, set
Property Value
Type: 
NullableUInt64The init crc.
See Also