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