다음을 통해 공유


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:lengthlength 특성입니다.

적용 대상