Aspose::Page::UserProperties::GetProperty method

UserProperties::GetProperty(System::String) method

Mendapatkan nilai properti string.

virtual System::String Aspose::Page::UserProperties::GetProperty(System::String key)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.

ReturnValue

Nilai properti.

Lihat Juga

UserProperties::GetProperty(System::String, System::String) method

Mendapatkan nilai properti string. Jika properti yang diminta tidak ada, mengembalikan nilai default yang diberikan.

virtual System::String Aspose::Page::UserProperties::GetProperty(System::String key, System::String defValue)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
defValueSystem::StringNilai default properti.

ReturnValue

Nilai properti.

Lihat Juga