TelemetrySession.GetSharedPropertyAsObject(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get value of shared property by name as an object.
public object GetSharedPropertyAsObject (string propertyName);
member this.GetSharedPropertyAsObject : string -> obj
Public Function GetSharedPropertyAsObject (propertyName As String) As Object
Parameters
- propertyName
- String
Name of shared property.
Returns
null if no shared property with such name.
Remarks
This method behaves identically to GetSharedProperty(String). The difference is that this method won't incur the performance penalties brought on by being the first user of dynamic in an application's lifetime.