다음을 통해 공유


SimplePropertyEntry.PersistedValue 속성

정의

속성 엔트리의 형식이 지정된 문자열 표현을 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::String ^ PersistedValue { System::String ^ get(); void set(System::String ^ value); };
public string PersistedValue { get; set; }
member this.PersistedValue : string with get, set
Public Property PersistedValue As String

속성 값

String

속성 엔트리와 관련된 String입니다.

적용 대상