MemberPropertyLabel
property
Sets or returns the label of a member field. Property ID can only be
an erMemberPropOtherInfo enum member of the ERUPropertyID enum.
Syntax
C++
HRESULT
get_MemberPropertyLabel(ERUMemberPropertyID
PropertyID,
BSTR* pMemberPropertyLabel)
HRESULT put_MemberPropertyLabel(ERUMemberPropertyID
PropertyID
BSTR MyMemberPropertyLabel)
Scripting
languages
MemberPropertyLabel
= Object.MemberPropertyLabel(
PropertyID as ERUMemberPropertyID)
Object.MemberPropertyLabel(
PropertyID as ERUMemberPropertyID) = My MemberPropertyLabel
|
Home
Applies to
IERUSiteSettings |