SerializationMessage.GetProperty(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取由给定名称键控的属性的值。
public:
System::Object ^ GetProperty(System::String ^ propertyName);
public object GetProperty (string propertyName);
member this.GetProperty : string -> obj
Public Function GetProperty (propertyName As String) As Object
参数
- propertyName
- String
要查找的属性的名称。
返回
属性的值; 如果未找到,则为 null。