共用方式為


SyndicationLink.Length 屬性

定義

取得或設定連結資源的長度,以位元組為單位。

public:
 property unsigned int Length { unsigned int get(); void set(unsigned int value); };
uint32_t Length();

void Length(uint32_t value);
public uint Length { get; set; }
var uInt32 = syndicationLink.length;
syndicationLink.length = uInt32;
Public Property Length As UInteger

屬性值

UInt32

unsigned int

uint32_t

atom:length上的length屬性。

適用於