SecretNET.NFT Namespace

GetInventoryApprovalsResponse_Result..::..OwnerIsPublic Property

True if ownership is public for this token.

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public Nullable<bool> OwnerIsPublic { get; set; }
Public Property OwnerIsPublic As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> OwnerIsPublic {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}

Field Value

null if [owner is public] contains no value, true if [owner is public]; otherwise, false.