Target.HasCustomizableField 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.
Determines whether the target has at least one field needs to be set.
public bool HasCustomizableField ();
member this.HasCustomizableField : unit -> bool
Public Function HasCustomizableField () As Boolean
Returns
True if at least customizable fields exist. False otherwise.