TelemetrySession.GetSharedProperty(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 shared property by name.
public:
System::Object ^ GetSharedProperty(System::String ^ propertyName);
public dynamic GetSharedProperty (string propertyName);
member this.GetSharedProperty : string -> obj
Public Function GetSharedProperty (propertyName As String) As Object
Parameters
- propertyName
- String
Returns
null if no shared property with such name.