LivingObjectRecord.Identifier Property
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.
Identifier for the current object. May contain PII. Not suitable for telemetry. Used by partners or tests.
public:
abstract property System::String ^ Identifier { System::String ^ get(); };
public abstract string Identifier { get; }
member this.Identifier : string
Public MustOverride ReadOnly Property Identifier As String