ValueGuid

ExtendedAttribute.ValueGuid property

ルックアップ値の GUID を取得します。

public string ValueGuid { get; }

備考

直接設定しないでください。代わりに、ExtendedAttributeDefinition.CreateExtendedAttribute(Value lookupValue) を使用して、ルックアップ値を持つ拡張属性を作成してください。

関連項目