Version: 2023.1
언어: 한국어
public bool TryLoadProperty (ulong documentKey, string propertyName, out Search.PropertyDatabaseRecordKey recordKey, out object value, out string alias);
public bool TryLoadProperty (Search.PropertyDatabaseRecordKey recordKey, out object data);

파라미터

documentKey Document id.
propertyName Property name.
recordKey Computed property key that can be used to do other load or store accesses.
value Decoded propety value.
alias Property alias if any.
data Decoded propety value.

반환

bool Returns true if the property is found.

설명

Loads a property if any.