ProfileOperations.IsUsdVersionCompliant 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.
Gets a Boolean value that specifies whether the USD version is compliant.
public:
property bool IsUsdVersionCompliant { bool get(); };
public bool IsUsdVersionCompliant { get; }
member this.IsUsdVersionCompliant : bool
Public ReadOnly Property IsUsdVersionCompliant As Boolean
Property Value
true
if the USD version is compliant; otherwise, false
.